maude: disable pic and fortify hardening on i686
This commit is contained in:
parent
bd44c7fd70
commit
2b4438c294
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper];
|
buildInputs = [flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper];
|
||||||
|
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ] ++
|
||||||
|
stdenv.lib.optionals stdenv.isi686 [ "pic" "fortify" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlagsArray=(
|
configureFlagsArray=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user