diff options
Diffstat (limited to 'main/iptables/APKBUILD')
-rw-r--r-- | main/iptables/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index ba531c0792..75d0c06449 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -8,6 +8,8 @@ url="http://www.netfilter.org/projects/iptables/index.html" arch="all" license=GPL-2 source="http://ftp.netfilter.org/pub/iptables/iptables-$pkgver.tar.bz2 + iptables-1.4.14-musl-fixes.patch + iptables.initd iptables.confd ip6tables.confd @@ -31,6 +33,7 @@ prepare() { build() { cd "$srcdir/$pkgname-$pkgver" + export CFLAGS="$CFLAGS -D_GNU_SOURCE" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -85,14 +88,17 @@ ip6tables() { } md5sums="be97ce9007fa42c867901b496c935a0a iptables-1.4.19.1.tar.bz2 +cd9f429bf0dbd73be5f95bf0d7169728 iptables-1.4.14-musl-fixes.patch f73fb9a0b9fe42a19d1109b415d86c9c iptables.initd c91286c54f8fe0de6ed8950f375cb7a5 iptables.confd d3f37ebc2cd3fbfc326c3a8df5a79e11 ip6tables.confd" sha256sums="dd51d3b942758a462afc7c8495930d25c93058e5319303247375183ad50164d2 iptables-1.4.19.1.tar.bz2 +3ad64af68ea70aa6de0649a68176c2ac68e1c0db567babb472648695dbff8f90 iptables-1.4.14-musl-fixes.patch b6a4a5bf1b8fdb3f7d29f016042ff0adc99deca5d50f66fc915f840c61e9969a iptables.initd 421acbcd310f9c51e20e22e59af9452b1ba5d0db33e8960eba0095271060c3db iptables.confd 31ef5d759c64afd0ecbcb56b3982ed2bdb5ed9c8553c628c13d4a3b5687118a3 ip6tables.confd" sha512sums="a3232ae92b997f67b5895c110f2cb8ec3aecbc383e804a870351c61e49cd83c1d7bf750818768f5560d615090157a17cc5c4ef101bc104905915de67fa022088 iptables-1.4.19.1.tar.bz2 +bc1cb36957d5afb80b770fe15f951de3074e2b1b28015372fb6f121fd551dd0e86c76c1819022dc468d11750b3969db40ef2dc9651c654c9f99212c0f2746985 iptables-1.4.14-musl-fixes.patch d0e6ed38bf6fd74a280d8b219667cda9b1287692a4776e33a47d6f7bba10cd537a3462c23245baee150c6126a5fb7a81b7299f3087bcfddc22a45fef8d5d1fad iptables.initd cb7fecd5cab2c78bd3f215a41f39ec11c37eb360efbe83982378a0e647e0aa9dc0b7ec915a5b5081aa2f7747464787e69404aa15ba15a063c32cb8fb7dd13d1e iptables.confd 0897a7a22f8b700f7f1f5c355ad6cbf39740e44d6c962af99e479978d8a2d556ca7fe4e31f238829046b4a871ce0b5fd52e2544f1361d15dd1ea3e33992646c4 ip6tables.confd" |