[package] openssl: update to 0.9.8j. thanks puchu.
[openwrt.git] / package / iptables / Makefile
index 43a3cdf..55ca0b3 100644 (file)
@@ -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)
This page took 0.025831 seconds and 4 git commands to generate.