]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/patch
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/patch

index 2da09d8692cddd1ac01e55ecac0d2fd96128db37..9b0801120a1923400e7e290e0c82e7c13069aad9 100644 (file)
--- a/lfs/patch
+++ b/lfs/patch
@@ -70,7 +70,10 @@ ifeq "$(STAGE)" "toolchain"
 endif
 
 ifeq "$(STAGE)" "base"
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
 endif