]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl
perl: fix full toolchain build
[people/pmueller/ipfire-2.x.git] / lfs / perl
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