diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-12-27 01:55:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-12-27 01:55:48 +0000 |
commit | b7a04fc839c16787dd6c060ac1a0382f75e06c32 (patch) | |
tree | 1c1395b0c496cd9d5093b80ed0135510c1e2eec4 /package/iptables/Makefile | |
parent | 31950ef9a272ce245c560611816cdb7b7bf3c77a (diff) | |
download | upstream-b7a04fc839c16787dd6c060ac1a0382f75e06c32.tar.gz upstream-b7a04fc839c16787dd6c060ac1a0382f75e06c32.tar.bz2 upstream-b7a04fc839c16787dd6c060ac1a0382f75e06c32.zip |
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/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index dfe7cac240..43a3cdf515 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 |