From: Michael Tremer Date: Thu, 15 May 2008 18:19:00 +0000 (+0200) Subject: Script error in lfs/pcre. X-Git-Tag: v3.0-alpha1~1015 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa84931b2b2ae79a62bb3d0b804713b4caee8e7;p=ipfire-3.x.git Script error in lfs/pcre. --- diff --git a/lfs/pcre b/lfs/pcre index ddb7b50f2..5d1a4de24 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -55,7 +55,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-abi_breakage-1.patch -ifeq "$(STAGE)" "base" +ifeq "$(STAGE)" "ipfire" cd $(DIR_APP) && ./configure --prefix=/usr \ --docdir=/usr/share/doc/pcre-$(VER) \ --enable-utf8 \