]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/nmap
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:33 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:33 +0000 (22:38 +0100)
lfs/nmap

index e3203c4c37a74bac67e2f629f9936e02a23a63b3..57c1eb98c6da146bb6b2f446667f1afc08a3b497 100644 (file)
--- a/lfs/nmap
+++ b/lfs/nmap
@@ -77,7 +77,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 --without-nmapfe
+       cd $(DIR_APP) && ./configure \
+                       $(CONFIGURE_ARCH) --prefix=/usr --without-nmapfe
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)