[package] iptables: fix a segfault when iptables tries to use modprobe, force it...
[openwrt.git] / package / iptables / Makefile
index 20e4b31..68ccc76 100644 (file)
@@ -254,6 +254,10 @@ TARGET_CPPFLAGS := \
        -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
        $(TARGET_CPPFLAGS)
 
+TARGET_CFLAGS := \
+       $(TARGET_CFLAGS) \
+       -DFORCE_MODPROBE_PROGRAM="\\\"/sbin/insmod\\\""
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-devel \
This page took 0.020392 seconds and 4 git commands to generate.