X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/18bd15a91ce1c0023d317f253011b2e60fc533c6..b740fa4a28501fdabd4d62bc8f3dca0e671c719e:/openwrt/package/dsniff/Makefile?ds=sidebyside diff --git a/openwrt/package/dsniff/Makefile b/openwrt/package/dsniff/Makefile index 2f95d6aee..484f0c54b 100644 --- a/openwrt/package/dsniff/Makefile +++ b/openwrt/package/dsniff/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dsniff PKG_VERSION:=2.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=183e336a45e38013f3af840bddec44b4 PKG_SOURCE_URL:=http://www.monkey.org/~dugsong/dsniff/ @@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,DSNIFF,dsniff,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ @@ -32,7 +32,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --program-suffix="" \ --prefix=/usr \ --exec-prefix=/usr \ - --bindir=/usr/sbin \ + --bindir=/usr/bin \ --datadir=/usr/share \ --includedir=/usr/include \ --infodir=/usr/share/info \ @@ -43,6 +43,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --sbindir=/usr/sbin \ --sysconfdir=/etc \ --without-db \ + --without-x \ --with-gdbm="$(STAGING_DIR)/usr" \ --with-libnids="$(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 $(RSTRIP) $(IDIR_DSNIFF) $(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR) + +mostlyclean: + make -C $(PKG_BUILD_DIR) clean + rm $(PKG_BUILD_DIR)/.built