mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
perl520: fix bootstrap compilation by disabling fortify hardening
This commit is contained in:
parent
3b4765c9e5
commit
4d6db3c64c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user