temp fix for iptables build failure after [13931]
SVN-Revision: 13932
This commit is contained in:
parent
a3edea1b91
commit
704402ab56
1 changed files with 4 additions and 1 deletions
|
@ -256,7 +256,10 @@ endif
|
||||||
|
|
||||||
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
||||||
TARGET_CFLAGS += $(FPIC)
|
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
|
define Build/Compile
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
|
|
Loading…
Reference in a new issue