1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 06:14:06 +03:00

add --without-nmapfe to nmap configure and add mostlyclean target for rebuild

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-06-12 20:16:28 +00:00
parent ccbb63927d
commit 766bbc74af

View File

@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
--without-openssl \
--without-nmapfe \
--with-libpcap="$(STAGING_DIR)/usr" \
--with-libpcre="$(STAGING_DIR)/usr" \
);
@ -71,3 +72,7 @@ $(IPKG_NMAP):
cp -fpR $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/
$(RSTRIP) $(IDIR_NMAP)
$(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR)
mostlyclean:
$(MAKE) -C $(PKG_BUILD_DIR) clean
rm $(PKG_BUILD_DIR)/.built