svn commit: trunk/buildroot/package/iptables

jocke at uclibc.org jocke at uclibc.org
Sun Sep 18 17:47:40 UTC 2005


Author: jocke
Date: 2005-09-18 10:47:38 -0700 (Sun, 18 Sep 2005)
New Revision: 11498

Log:
Patch from steelman. fixes bug 437.


Modified:
   trunk/buildroot/package/iptables/iptables.mk


Changeset:
Modified: trunk/buildroot/package/iptables/iptables.mk
===================================================================
--- trunk/buildroot/package/iptables/iptables.mk	2005-09-18 14:14:56 UTC (rev 11497)
+++ trunk/buildroot/package/iptables/iptables.mk	2005-09-18 17:47:38 UTC (rev 11498)
@@ -20,7 +20,7 @@
 	toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables\*.patch
 	#
 	$(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \
-		$(BUILD_DIR)/uClibc/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile
+		$(STAGING_DIR)/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile
 	touch  $(IPTABLES_BUILD_DIR)/.configured
 
 $(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured




More information about the uClibc-cvs mailing list