]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
IPTables Fix...
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Mar 2007 23:39:47 +0000 (23:39 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Mar 2007 23:39:47 +0000 (23:39 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@440 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/iptables
lfs/linux

index 4f0769c755099bd2c977759955273ca48c4992b6..52e2c13f5c86b91915c9d6bf410c5f85c81b176c 100644 (file)
@@ -93,6 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && sed -i -e 's/DO_IPV6:=1/DO_IPV6:=0/' Makefile
        cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib $(MAKETUNING)
        cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib install
+       cd $(DIR_APP) && cp -fva include/* /usr/include
 
        cd $(DIR_SRC) && tar xfj $(DIR_DL)/libnfnetlink-0.0.25.tar.bz2
        cd $(DIR_SRC)/libnfnetlink-0.0.25 && ./configure --prefix=/usr
index e53c6af09c84d791a75bb04a99c9c371e224648a..895e2851d30a8a3b08a748d5016ab5ae71d18543 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -121,8 +121,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Patch-o-matic
        cd $(DIR_SRC) && rm -rf iptables-* patch-o-matic*
-       cd $(DIR_SRC) && tar xfj $(DIR_DL)/iptables-1.3.5.tar.bz2
-       cd $(DIR_SRC) && ln -sf iptables-1.3.5 iptables
+       cd $(DIR_SRC) && tar xfj $(DIR_DL)/iptables-1.3.7.tar.bz2
+       cd $(DIR_SRC) && ln -sf iptables-1.3.7 iptables
        cd $(DIR_SRC) && tar xfj $(DIR_DL)/patch-o-matic-ng-20061210.tar.bz2
        cd $(DIR_SRC)/patch-o-matic-ng* && \
                ./runme --batch --kernel-path=$(ROOT)/usr/src/$(THISAPP)/ \
@@ -148,7 +148,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 ifeq "$(SMP)" ""
        # Only do this once on the non-SMP pass
-       cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.5
+       cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.7
 endif
 
        # Bootsplash