]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/pcre
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:34 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:34 +0000 (22:38 +0100)
lfs/pcre

index a7285c16fd0d69108895fc6267b610af35bdb87b..faa86c884c2282342c63f1ef764ff36be9400425 100644 (file)
--- 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 \