···3434 # aarch64
3535 configurePlatforms = [ "host" "build" ];
36363737+ postConfigure = ''
3838+ sed -i configure \
3939+ -e 's/NOEXECSTACK_FLAGS=$/NOEXECSTACK_FLAGS="-Wa,--noexecstack"/'
4040+ '';
4141+3742 # Make sure libraries are correct for .pc and .la files
3843 # Also make sure includes are fixed for callers who don't use libgpgcrypt-config
3944 postFixup = ''