From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:34 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/pcre X-Git-Tag: v3.0-alpha1~322^2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=030a933aef5f8e37a3ef2d2cb2f2fbd1b8c5e20a;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/pcre --- diff --git a/lfs/pcre b/lfs/pcre index a7285c16f..faa86c884 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -54,7 +54,9 @@ $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ - ./configure --prefix=/usr \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ --docdir=/usr/share/doc/pcre-$(VER) \ --enable-utf8 \ --enable-pcregrep-libz \