From a3a1dd4655e252dde62d2b17aa4ec2668a4bd085 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@openadk.org> Date: Sun, 4 Dec 2016 20:19:25 +0100 Subject: iptables: fix package, --disable-static/--enable-shared is now default --- package/iptables/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/iptables/Makefile') diff --git a/package/iptables/Makefile b/package/iptables/Makefile index ccdd63376..0ea807583 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iptables PKG_VERSION:= 1.6.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60 PKG_DESCR:= netfilter firewalling software PKG_SECTION:= net/firewall @@ -45,5 +45,6 @@ iptables-install: ${CP} ${WRKINST}/usr/lib/libip4tc.so* ${IDIR_IPTABLES}/usr/lib ${CP} ${WRKINST}/usr/lib/libip6tc.so* ${IDIR_IPTABLES}/usr/lib ${CP} ${WRKINST}/usr/lib/libxtables.so* ${IDIR_IPTABLES}/usr/lib + ${CP} ${WRKINST}/usr/lib/xtables ${IDIR_IPTABLES}/usr/lib include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3