mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 16:07:58 +02:00
iptables: fix build error with linux 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0bc3ef4da4
commit
92e51ad466
@ -247,7 +247,11 @@ define Package/libxtables
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
TARGET_CPPFLAGS := \
|
||||||
|
-I$(PKG_BUILD_DIR)/include \
|
||||||
|
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
|
||||||
|
$(TARGET_CPPFLAGS)
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user