From 669f7d88b33ebe5ef09993fbee3c466139a05d4c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 27 Jul 2003 04:00:50 +0000 Subject: Patch from Michael Shuler. Update to version 1.2.8 and remember to copy all the required shared libs -- without them iptables dosen't do very much. --- make/iptables.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'make/iptables.mk') diff --git a/make/iptables.mk b/make/iptables.mk index d7f15ae8d..921db7053 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -4,8 +4,8 @@ # ############################################################# IPTABLES_SOURCE_URL=ftp://ftp.netfilter.org/pub/iptables -IPTABLES_SOURCE=iptables-1.2.7a.tar.bz2 -IPTABLES_BUILD_DIR=$(BUILD_DIR)/iptables-1.2.7a +IPTABLES_SOURCE=iptables-1.2.8.tar.bz2 +IPTABLES_BUILD_DIR=$(BUILD_DIR)/iptables-1.2.8 $(DL_DIR)/$(IPTABLES_SOURCE): $(WGET) -P $(DL_DIR) $(IPTABLES_SOURCE_URL)/$(IPTABLES_SOURCE) @@ -28,6 +28,8 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables cp -af $(IPTABLES_BUILD_DIR)/iptables $(TARGET_DIR)/sbin/ cp -af $(IPTABLES_BUILD_DIR)/iptables-save $(TARGET_DIR)/sbin/ cp -af $(IPTABLES_BUILD_DIR)/iptables-restore $(TARGET_DIR)/sbin/ + -mkdir $(TARGET_DIR)/usr/local/lib/iptables + cp -af $(IPTABLES_BUILD_DIR)/extensions/*.so $(TARGET_DIR)/usr/local/lib/iptables/ iptables: $(TARGET_DIR)/sbin/iptables -- cgit v1.2.3