Remove forgotten testing var
[openwrt.git] / openwrt / package / pmacct / Makefile
index 7807ff7..0d60468 100644 (file)
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pmacct
-PKG_VERSION:=0.8.5
+PKG_VERSION:=0.8.6
 PKG_RELEASE:=1
-PKG_MD5SUM:=996d6402946553f81d94e0a60e6fc509
+PKG_MD5SUM:=b725f7b4af335d2f668cb61621a5c2d9
 
 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) \
This page took 0.025886 seconds and 4 git commands to generate.