From 4602bd1fec29f9c205c4a7647270a35257e1be86 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 4 Mar 2007 23:39:47 +0000 Subject: [PATCH] IPTables Fix... git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@440 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/iptables | 1 + lfs/linux | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lfs/iptables b/lfs/iptables index 4f0769c75..52e2c13f5 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -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 diff --git a/lfs/linux b/lfs/linux index e53c6af09..895e2851d 100644 --- 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