From: Felix Fietkau Date: Sat, 27 Dec 2008 01:55:48 +0000 (+0000) Subject: fix iptables compile with 2.6.26 X-Git-Tag: reboot~24923 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=98677bd970b8849466bd240bf69521bfef9ffa94 fix iptables compile with 2.6.26 SVN-Revision: 13747 --- 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