aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/200-configurable_builtin.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
commit14ed3f0f22f34b337bb58b2a5fd09e887df3331f (patch)
tree75a7abc84328ccb2abba3518da69f2792b94b3a7 /package/network/utils/iptables/patches/200-configurable_builtin.patch
parentba6c8bd6142f5147e74efdc606ed537bf5a12145 (diff)
downloadupstream-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.gz
upstream-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.bz2
upstream-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.zip
iptables: add some musl portability fixes
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313
Diffstat (limited to 'package/network/utils/iptables/patches/200-configurable_builtin.patch')
-rw-r--r--package/network/utils/iptables/patches/200-configurable_builtin.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iptables/patches/200-configurable_builtin.patch b/package/network/utils/iptables/patches/200-configurable_builtin.patch
index 9f9cc387c3..4c9c88f675 100644
--- a/package/network/utils/iptables/patches/200-configurable_builtin.patch
+++ b/package/network/utils/iptables/patches/200-configurable_builtin.patch
@@ -1,6 +1,6 @@
--- a/extensions/GNUmakefile.in
+++ b/extensions/GNUmakefile.in
-@@ -40,9 +40,24 @@
+@@ -40,9 +40,24 @@ pfx_build_mod := $(patsubst ${srcdir}/li
pfx_build_mod := $(filter-out @blacklist_modules@,${pfx_build_mod})
pf4_build_mod := $(filter-out @blacklist_modules@,${pf4_build_mod})
pf6_build_mod := $(filter-out @blacklist_modules@,${pf6_build_mod})
@@ -28,7 +28,7 @@
pfx_solibs := $(patsubst %,libxt_%.so,${pfx_build_mod})
pf4_solibs := $(patsubst %,libipt_%.so,${pf4_build_mod})
pf6_solibs := $(patsubst %,libip6t_%.so,${pf6_build_mod})
-@@ -54,10 +69,10 @@
+@@ -54,10 +69,10 @@ pf6_solibs := $(patsubst %,libip6t_%.
targets := libext4.a libext6.a matches4.man matches6.man \
targets4.man targets6.man
targets_install :=
@@ -43,7 +43,7 @@
.SECONDARY:
-@@ -107,8 +122,8 @@
+@@ -107,8 +122,8 @@ libext4.a: initext4.o ${libext4_objs}
libext6.a: initext6.o ${libext6_objs}
${AM_VERBOSE_AR} ${AR} crs $@ $^;