From ef2fc9915aed0fcfc3706f3e6cb11372c27209ef Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 27 Dec 2008 01:55:48 +0000 Subject: [PATCH] fix iptables compile with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13747 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iptables/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.35.1