]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl
Zwischencommit beim Umzug auf LFS 6.2.
[people/pmueller/ipfire-2.x.git] / lfs / perl
index 8b0d30a931d96dd68393ff3d359e1fcb7cc8fab1..14294ccf012ec3996eb79639568d864e2dd1d98b 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -79,10 +79,13 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+ifneq "$(ROOT)" ""
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-libc-2.patch
+endif
 ifeq "$(ROOT)" ""
-       cd $(DIR_APP) && ./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 \
-               -Dpager="/usr/bin/less -isR" -Dmyhostname=localhost
+       cd $(DIR_APP) && ./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
+               -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR" \
+               -Dmyhostname=localhost
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 else