add --without-x to dsniff compile and add mostlyclean target
SVN-Revision: 1222
This commit is contained in:
parent
fa69fade3b
commit
05a28ac2ee
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--without-db \
|
--without-db \
|
||||||
|
--without-x \
|
||||||
--with-gdbm="$(STAGING_DIR)/usr" \
|
--with-gdbm="$(STAGING_DIR)/usr" \
|
||||||
--with-libnids="$(STAGING_DIR)/usr" \
|
--with-libnids="$(STAGING_DIR)/usr" \
|
||||||
--with-libpcap="$(STAGING_DIR)/usr" \
|
--with-libpcap="$(STAGING_DIR)/usr" \
|
||||||
|
@ -69,3 +70,7 @@ $(IPKG_DSNIFF):
|
||||||
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/* $(IDIR_DSNIFF)/usr/lib
|
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/* $(IDIR_DSNIFF)/usr/lib
|
||||||
$(RSTRIP) $(IDIR_DSNIFF)
|
$(RSTRIP) $(IDIR_DSNIFF)
|
||||||
$(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
mostlyclean:
|
||||||
|
make -C $(PKG_BUILD_DIR) clean
|
||||||
|
rm $(PKG_BUILD_DIR)/.built
|
||||||
|
|
Loading…
Reference in a new issue