X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b418a072de49818898dc7c0226f5da285e5c3be9..482e137e98c6781c276b0628cc67cc046db90074:/openwrt/package/pmacct/Makefile

diff --git a/openwrt/package/pmacct/Makefile b/openwrt/package/pmacct/Makefile
index 0597cd01b..04e75366d 100644
--- a/openwrt/package/pmacct/Makefile
+++ b/openwrt/package/pmacct/Makefile
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pmacct
-PKG_VERSION:=0.8.5
+PKG_VERSION:=0.8.7
 PKG_RELEASE:=1
-PKG_MD5SUM:=996d6402946553f81d94e0a60e6fc509
+PKG_MD5SUM:=3da0205de772fb6d915e03cadf2a8e9b
 
 PKG_SOURCE_URL:=http://www.ba.cnr.it/~paolo/pmacct/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -101,7 +101,7 @@ $(PKG_BUILD_DIR)/$(2) $(PKG_BUILD_DIR)/$(3): $(PKG_BUILD_DIR)/.prepared
 		  --enable-shared \
 		  --disable-static \
 		  --with-pcap-includes="$(STAGING_DIR)/usr/include" \
-		  --with-libpcap-libs="$(STAGING_DIR)/usr/lib" \
+		  --with-pcap-libs="$(STAGING_DIR)/usr/lib" \
 		  $$($(1)_CONFIGURE_OPTS) \
 	);
 	$(MAKE) -C $(PKG_BUILD_DIR) \
@@ -154,10 +154,10 @@ $(eval $(call PKG_package,PMACCTD_PGSQL,pmacctd-pgsql,pmacctd,$(PKG_VERSION)-$(P
 $(eval $(call PKG_package,PMACCTD_CUSTOM,pmacctd-custom,pmacctd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
 $(PKG_BUILD_DIR)/.configured:
-	touch $(PKG_BUILD_DIR)/.configured
+	touch $@
 
 $(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS)
-	touch $(PKG_BUILD_DIR)/.built
+	touch $@
 
 $(IPKG_PMACCT_CLIENT):
 	install -d -m0755 $(IDIR_PMACCT_CLIENT)/usr/sbin