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

index a683fce9b0f12a3c43865fb197a5bc76733860f9..226b223cb79c8914f30c9c45bd52a594bc6cffb7 100644 (file)
--- a/lfs/which
+++ b/lfs/which
@@ -53,7 +53,10 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)