]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl: disabled ssp in toolchain.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 17 Aug 2011 14:44:54 +0000 (16:44 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 17 Aug 2011 14:44:54 +0000 (16:44 +0200)
lfs/perl

index f507544c425456944db3a40ae4ad5c027d6c0403..61c8ef113b4b1443c7943a3aee048865ee3e100b 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -88,6 +88,7 @@ ifeq "$(ROOT)" ""
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 else
+       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