diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-04 20:19:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-04 20:19:25 +0100 |
commit | a3a1dd4655e252dde62d2b17aa4ec2668a4bd085 (patch) | |
tree | 15e226a3ed90da0403744dc6807d7643026403b3 /package/iptables | |
parent | f85958bd8c4d79ced573a99046ddf3cafb582230 (diff) |
iptables: fix package, --disable-static/--enable-shared is now default
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |