maude: disable pic and fortify hardening on i686

This commit is contained in:
Robin Gloster 2016-08-24 18:29:36 +00:00
parent bd44c7fd70
commit 2b4438c294

View File

@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper];
hardeningDisable = [ "stackprotector" ];
hardeningDisable = [ "stackprotector" ] ++
stdenv.lib.optionals stdenv.isi686 [ "pic" "fortify" ];
preConfigure = ''
configureFlagsArray=(