maude: disable pic and fortify hardening on i686
This commit is contained in:
@@ -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=(
|
||||||
|
|||||||
Reference in New Issue
Block a user