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

index 6c11960d9319a03402ead082b942f23d53036bdb..19d66ae4b7841008c05531ec535fa44e1f2e9041 100644 (file)
--- a/lfs/expat
+++ b/lfs/expat
@@ -78,6 +78,7 @@ $(OBJECT): $(objects)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && \
                ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)