···34 # aarch64
35 configurePlatforms = [ "host" "build" ];
360000037 # Make sure libraries are correct for .pc and .la files
38 # Also make sure includes are fixed for callers who don't use libgpgcrypt-config
39 postFixup = ''
···34 # aarch64
35 configurePlatforms = [ "host" "build" ];
3637+ postConfigure = ''
38+ sed -i configure \
39+ -e 's/NOEXECSTACK_FLAGS=$/NOEXECSTACK_FLAGS="-Wa,--noexecstack"/'
40+ '';
41+42 # Make sure libraries are correct for .pc and .la files
43 # Also make sure includes are fixed for callers who don't use libgpgcrypt-config
44 postFixup = ''