Author: cyrus Date: 2015-01-12 07:16:51 +0100 (Mon, 12 Jan 2015) New Revision: 43944
Modified: trunk/package/network/utils/nftables/Makefile Log: nftables: bump to latest and enable debugging Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/utils/nftables/Makefile =================================================================== --- trunk/package/network/utils/nftables/Makefile 2015-01-11 23:41:33 UTC (rev 43943) +++ trunk/package/network/utils/nftables/Makefile 2015-01-12 06:16:51 UTC (rev 43944) @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.4+2015-01-08 +PKG_VERSION:=0.4+2015-01-12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://git.netfilter.org/nftables PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=b3529cf43bba5c3c4cddefa7f5d0143d510fd3ec +PKG_SOURCE_VERSION:=b17e27f472adc2e82582d90df0111d5b95c8afe0 PKG_MAINTAINER:=Steven Barth <[email protected]> PKG_LICENSE:=GPL-2.0 @@ -23,7 +23,6 @@ include $(INCLUDE_DIR)/package.mk CONFIGURE_ARGS += \ - --disable-debug \ --with-mini-gmp \ --without-cli \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
