mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gcl: disable bindnow hardening
This commit is contained in:
parent
eb6809eafd
commit
365379857f
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-ansi"
|
"--enable-ansi"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" "bindnow" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fgnu89-inline";
|
NIX_CFLAGS_COMPILE = "-fgnu89-inline";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user