From: Nicolas Thill Date: Thu, 8 Jan 2009 02:18:45 +0000 (+0000) Subject: temp fix for iptables build failure after [13931] X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=704402ab56cc5a6cc971418ed75bd416d6ca85e1;p=openwrt%2Fstaging%2Fwigyori.git temp fix for iptables build failure after [13931] SVN-Revision: 13932 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 43a3cdf515..55ca0b370f 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -256,7 +256,10 @@ endif TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS) TARGET_CFLAGS += $(FPIC) -CONFIGURE_ARGS += --enable-devel --with-xtlibdir=/usr/lib/iptables +CONFIGURE_ARGS += \ + --enable-devel \ + --with-kernel="$(LINUX_DIR)" \ + --with-xtlibdir=/usr/lib/iptables define Build/Compile mkdir -p $(PKG_INSTALL_DIR)