From 895020ef55d46ad918bd3b1b3043728a83e9a150 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 8 Jan 2009 02:18:45 +0000 Subject: [PATCH] temp fix for iptables build failure after [13931] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13932 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iptables/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 43a3cdf51..55ca0b370 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) -- 2.35.1