From c1ff8cd9bbece1ab0a9c21e8d656bc79ebe5eaa2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 23 May 2013 13:07:44 +0000 Subject: firewall3: update to git head - Use weak references for instantiating libext*.a matches, makes fw3 independant from the compile time features of iptables - Do not leak memory when processing rules with unknown targets or matches SVN-Revision: 36698 --- package/network/config/firewall3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/config/firewall3/Makefile b/package/network/config/firewall3/Makefile index 73941dae2f..1ec8ae651d 100644 --- a/package/network/config/firewall3/Makefile +++ b/package/network/config/firewall3/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/firewall3.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c3a5b984f6cec4014c1120ee900a53b452eb9e32 +PKG_SOURCE_VERSION:=a93d95470803e9026c725fc7081ac8a06191ea6a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich @@ -47,7 +47,7 @@ define Build/Compile endef TARGET_CFLAGS += -ffunction-sections -fdata-sections -TARGET_LDFLAGS += -Wl,--gc-sections +TARGET_LDFLAGS += -Wl,--gc-sections -Wl,--whole-archive define Package/firewall3/install $(INSTALL_DIR) $(1)/sbin -- cgit v1.2.3