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

index 699d6758e3a17fce4842537e32e11f72fd18c568..8cdd7b003395bbdd410bfe4f0e5606e1e84a0625 100644 (file)
--- 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