From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:31 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/gdbm X-Git-Tag: v3.0-alpha1~322^2~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f68d8cc1c43228e91c3f5c6ddf761ea274a232b;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/gdbm --- diff --git a/lfs/gdbm b/lfs/gdbm index 699d6758e..8cdd7b003 100644 --- a/lfs/gdbm +++ b/lfs/gdbm @@ -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 BINOWN=root BINGRP=root install cd $(DIR_APP) && make BINOWN=root BINGRP=root install-compat