mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 23:11:05 +02:00
temp fix for iptables build failure after [13931]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13932 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c3c59f4189
commit
895020ef55
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user