diff --git a/pkgs/development/compilers/gcl/default.nix b/pkgs/development/compilers/gcl/default.nix index cf25f989c7c..0e4d5bed051 100644 --- a/pkgs/development/compilers/gcl/default.nix +++ b/pkgs/development/compilers/gcl/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { "--enable-ansi" ]; - hardeningDisable = [ "pic" ]; + hardeningDisable = [ "pic" "bindnow" ]; NIX_CFLAGS_COMPILE = "-fgnu89-inline";