gprolog.i686-linux: disable pic hardening

This commit is contained in:
Robin Gloster 2016-04-05 16:44:02 +00:00
parent 9893a43dc3
commit 4d4610ac0f

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "13miyas47bmijmadm68cbvb21n4s156gjafz7kfx9brk9djfkh0q";
};
hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";
patchPhase = ''
sed -i -e "s|/tmp/make.log|$TMPDIR/make.log|g" src/Pl2Wam/check_boot
'';