]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl: fix full toolchain build
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 6 May 2011 09:43:01 +0000 (11:43 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 6 May 2011 09:43:01 +0000 (11:43 +0200)
lfs/perl
src/patches/perl-5.12.3-libc-2.patch [moved from src/patches/perl-5.8.8-libc-2.patch with 100% similarity]

index 822249f7662dcf171b35e5f0be171c46f862e60f..f507544c425456944db3a40ae4ad5c027d6c0403 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -88,7 +88,7 @@ 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) && ./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