perl520: fix bootstrap compilation by disabling fortify hardening

This commit is contained in:
Robin Gloster 2016-02-28 19:45:02 +00:00
parent 3b4765c9e5
commit 4d6db3c64c

View file

@ -71,6 +71,9 @@ let
enableParallelBuilding = true;
# FIXME needs gcc 4.9 in bootstrap tools
hardening_stackprotector = false;
preConfigure =
''
configureFlags="$configureFlags -Dprefix=$out -Dman1dir=$out/share/man/man1 -Dman3dir=$out/share/man/man3"