libgcrypt: force noexecstack
This commit is contained in:
parent
6274a5bbb3
commit
97a279c71d
@ -34,6 +34,11 @@ stdenv.mkDerivation rec {
|
|||||||
# aarch64
|
# aarch64
|
||||||
configurePlatforms = [ "host" "build" ];
|
configurePlatforms = [ "host" "build" ];
|
||||||
|
|
||||||
|
postConfigure = ''
|
||||||
|
sed -i configure \
|
||||||
|
-e 's/NOEXECSTACK_FLAGS=$/NOEXECSTACK_FLAGS="-Wa,--noexecstack"/'
|
||||||
|
'';
|
||||||
|
|
||||||
# Make sure libraries are correct for .pc and .la files
|
# Make sure libraries are correct for .pc and .la files
|
||||||
# Also make sure includes are fixed for callers who don't use libgpgcrypt-config
|
# Also make sure includes are fixed for callers who don't use libgpgcrypt-config
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user