]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl
Merge branch 'next' into qemu0.15.0
[ipfire-2.x.git] / lfs / perl
index 822249f7662dcf171b35e5f0be171c46f862e60f..61c8ef113b4b1443c7943a3aee048865ee3e100b 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -88,7 +88,8 @@ ifeq "$(ROOT)" ""
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 else
-       cd $(DIR_APP) && ./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO POSIX'
+       cd $(DIR_APP) && sed -i -e 's|-fstack-protector|-fno-stack-protector|g' Configure
+       cd $(DIR_APP) && ./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO'
        cd $(DIR_APP) && sed -i 's/^0$$//' makefile
        cd $(DIR_APP) && sed -i 's/^0$$//' x2p/makefile
        cd $(DIR_APP) && make perl utilities