]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / perl
index 9fff0d6887159c165ad0c5fb34a7cb8fd66ab088..4526b04cda26749fc6c31ea63e5b2dc0b33ed463 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.30.0
+VER        = 5.32.1
 
 THISAPP    = perl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)                  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5              = 9770584cdf9b5631c38097645ce33549
+$(DL_FILE)_MD5              = 40dff18daf18178c7fc4579451be38ef
 
 install : $(TARGET)
 
@@ -80,15 +80,15 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && sed -i -e 's|-fstack-protector|-fno-stack-protector|g' Configure
 ifeq "$(ROOT)" ""
        cd $(DIR_APP) && ./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
                -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR" -Dusethreads
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 else
-       cd $(DIR_APP) && ./Configure -des -Dprefix=$(TOOLS_DIR)
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./Configure -des -Dprefix=$(TOOLS_DIR) -Dlibs="-lpthread -lm" -Uloclibpth -Ulocincpth
+       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && cp -v perl cpan/podlators/scripts/pod2man $(TOOLS_DIR)/bin
        cd $(DIR_APP) && mkdir -pv $(TOOLS_DIR)/lib/perl5/$(VER)
        cd $(DIR_APP) && cp -Rv lib/* $(TOOLS_DIR)/lib/perl5/$(VER)
 endif