diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-09 23:36:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-09 23:36:42 +0000 |
commit | db0eeb9fd5212ceff4935c3942f2bc85475bf28c (patch) | |
tree | 71e1546118b6d91ecbf9b9a006b4fe2bdad147e9 /configure | |
parent | e8257abeb470f0e88e616b87bb2f76809507dc41 (diff) | |
download | utmps-db0eeb9fd5212ceff4935c3942f2bc85475bf28c.tar.gz utmps-db0eeb9fd5212ceff4935c3942f2bc85475bf28c.tar.xz utmps-db0eeb9fd5212ceff4935c3942f2bc85475bf28c.zip |
Real noexecstack fix: make strip less greedy
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 0b972f2..a620f78 100755 --- a/configure +++ b/configure @@ -357,7 +357,6 @@ tryflag CFLAGS_AUTO -fdata-sections tryldflag LDFLAGS_AUTO -Wl,--sort-section=alignment tryldflag LDFLAGS_AUTO -Wl,--sort-common -tryldflag LDFLAGS_AUTO -Wl,-z,noexecstack CPPFLAGS_AUTO="${CPPFLAGS_AUTO}${addincpath}" |