From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:31 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/gd X-Git-Tag: v3.0-alpha1~322^2~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd7ca0ef8f7441e0a7a4bf5d408640db50eae6ec;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/gd --- diff --git a/lfs/gd b/lfs/gd index 124089094..cfdaab96a 100644 --- 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)