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

diff --git a/lfs/gd b/lfs/gd
index 12408909428fd00ab23335cf5b98e83a2fff387a..cfdaab96a25cc11b2c2af4e5b7af63df57f154a2 100644 (file)
--- a/lfs/gd
+++ b/lfs/gd
@@ -70,7 +70,8 @@ $(subst %,%_MD5,$(objects)) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
+       cd $(DIR_APP) && ./configure \
+                       $(CONFIGURE_ARCH) --prefix=/usr --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)