diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-09 23:37:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-09 23:37:15 +0000 |
commit | 2f5f35d766095b6541f01c8df28e5041efca453c (patch) | |
tree | cdc2f7c31423309f9d9df4c6bc13b84daf2c1570 /configure | |
parent | 7f28a8187e5d4f168825ebca4f8a0c21ee82567e (diff) | |
download | pamela-2f5f35d766095b6541f01c8df28e5041efca453c.tar.gz pamela-2f5f35d766095b6541f01c8df28e5041efca453c.tar.xz pamela-2f5f35d766095b6541f01c8df28e5041efca453c.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 92ca02c..f3954c7 100755 --- a/configure +++ b/configure @@ -342,7 +342,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}" |