mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:54:04 +02:00
add --without-nmapfe to nmap configure and add mostlyclean target for rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
344002e9dd
commit
a006abd332
@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--without-openssl \
|
--without-openssl \
|
||||||
|
--without-nmapfe \
|
||||||
--with-libpcap="$(STAGING_DIR)/usr" \
|
--with-libpcap="$(STAGING_DIR)/usr" \
|
||||||
--with-libpcre="$(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/
|
cp -fpR $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/
|
||||||
$(RSTRIP) $(IDIR_NMAP)
|
$(RSTRIP) $(IDIR_NMAP)
|
||||||
$(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
mostlyclean:
|
||||||
|
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||||
|
rm $(PKG_BUILD_DIR)/.built
|
||||||
|
Loading…
Reference in New Issue
Block a user