aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables/iptables-1.3.8/cross-iptables.diff
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2010-01-06 16:32:40 -0700
committerChris Larson <clarson@mvista.com>2010-01-22 09:39:10 -0700
commitc6088e990601e67708bba32a45a92aecb7e43d5c (patch)
tree057bf665963064573785940fd9a90bad5ca81b22 /recipes/iptables/iptables-1.3.8/cross-iptables.diff
parent0174458a6214e8111f527c0030a868aecf876e05 (diff)
downloadopenembedded-c6088e990601e67708bba32a45a92aecb7e43d5c.tar.gz
iptables: unbork the 1.3.8 build, merge iptables-utils into iptables.
In recent iptables versions, the -save and -restore files are just symlinks pointing to the main, merged binary, so the separate package is a bit unnecessary. Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/iptables/iptables-1.3.8/cross-iptables.diff')
-rw-r--r--recipes/iptables/iptables-1.3.8/cross-iptables.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/iptables/iptables-1.3.8/cross-iptables.diff b/recipes/iptables/iptables-1.3.8/cross-iptables.diff
new file mode 100644
index 0000000000..8027b07bca
--- /dev/null
+++ b/recipes/iptables/iptables-1.3.8/cross-iptables.diff
@@ -0,0 +1,15 @@
+--- a/extensions/Makefile~ 2007-03-21 17:04:36.000000000 -0700
++++ b/extensions/Makefile 2009-07-14 19:01:56.000000000 -0700
+@@ -80,10 +80,10 @@
+
+ ifdef NO_SHARED_LIBS
+ extensions/libext.a: $(EXT_OBJS)
+- rm -f $@; ar crv $@ $(EXT_OBJS)
++ rm -f $@; $(AR) crv $@ $(EXT_OBJS); $(RANLIB) $@
+
+ extensions/libext6.a: $(EXT6_OBJS)
+- rm -f $@; ar crv $@ $(EXT6_OBJS)
++ rm -f $@; $(AR) crv $@ $(EXT6_OBJS); $(RANLIB) $@
+
+ extensions/initext.o: extensions/initext.c
+ extensions/initext6.o: extensions/initext6.c