diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-27 01:55:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-27 01:55:48 +0000 |
commit | ef2fc9915aed0fcfc3706f3e6cb11372c27209ef (patch) | |
tree | 1c1395b0c496cd9d5093b80ed0135510c1e2eec4 | |
parent | 40cda6a3fe597e08df4f9184731d992693f8b008 (diff) |
fix iptables compile with 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13747 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |