From: Arne Fitzenreiter Date: Wed, 17 Aug 2011 14:44:54 +0000 (+0200) Subject: perl: disabled ssp in toolchain. X-Git-Tag: v2.9-core53~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a717a7a998a2686b83d86ae02d8b8c8d72d955f9;p=people%2Fstevee%2Fipfire-2.x.git perl: disabled ssp in toolchain. --- diff --git a/lfs/perl b/lfs/perl index f507544c42..61c8ef113b 100644 --- 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