mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
gnat: turn off some hardening
This commit is contained in:
parent
dcc046f5c7
commit
7f4f7fbb93
@ -135,6 +135,10 @@ stdenv.mkDerivation ({
|
||||
};
|
||||
|
||||
hardening_format = false;
|
||||
hardening_relro = name != "gnat";
|
||||
hardening_bindnow = name != "gnat";
|
||||
hardening_stackprotector = name != "gnat";
|
||||
hardening_strictoverflow = name != "gnat";
|
||||
|
||||
patches =
|
||||
[ ]
|
||||
@ -209,7 +213,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
nativeBuildInputs = [ texinfo which ]
|
||||
++ optional (perl != null) perl;
|
||||
|
||||
|
||||
buildInputs = [ gmp mpfr libmpc libelf gettext ]
|
||||
++ (optional (ppl != null) ppl)
|
||||
++ (optional (cloogppl != null) cloogppl)
|
||||
|
Loading…
Reference in New Issue
Block a user