summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-27 01:55:48 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-27 01:55:48 +0000
commitef2fc9915aed0fcfc3706f3e6cb11372c27209ef (patch)
tree1c1395b0c496cd9d5093b80ed0135510c1e2eec4 /package
parent40cda6a3fe597e08df4f9184731d992693f8b008 (diff)
fix iptables compile with 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index dfe7cac24..43a3cdf51 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -254,6 +254,7 @@ ifeq ($(KERNEL),2.4)
endef
endif
+TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += --enable-devel --with-xtlibdir=/usr/lib/iptables