gnat: turn off some hardening
This commit is contained in:
parent
dcc046f5c7
commit
7f4f7fbb93
@ -135,6 +135,10 @@ stdenv.mkDerivation ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
hardening_format = false;
|
hardening_format = false;
|
||||||
|
hardening_relro = name != "gnat";
|
||||||
|
hardening_bindnow = name != "gnat";
|
||||||
|
hardening_stackprotector = name != "gnat";
|
||||||
|
hardening_strictoverflow = name != "gnat";
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ ]
|
[ ]
|
||||||
@ -209,7 +213,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
nativeBuildInputs = [ texinfo which ]
|
nativeBuildInputs = [ texinfo which ]
|
||||||
++ optional (perl != null) perl;
|
++ optional (perl != null) perl;
|
||||||
|
|
||||||
buildInputs = [ gmp mpfr libmpc libelf gettext ]
|
buildInputs = [ gmp mpfr libmpc libelf gettext ]
|
||||||
++ (optional (ppl != null) ppl)
|
++ (optional (ppl != null) ppl)
|
||||||
++ (optional (cloogppl != null) cloogppl)
|
++ (optional (cloogppl != null) cloogppl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user