ソースを参照

temp fix for iptables build failure after [13931]

SVN-Revision: 13932
Nicolas Thill 17 年 前
コミット
704402ab56
1 ファイル変更4 行追加1 行削除
  1. 4 1
      package/iptables/Makefile

+ 4 - 1
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)