1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:18:34 +03: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:
nbd 2009-09-25 14:10:42 +00:00
parent 0bc3ef4da4
commit 92e51ad466

View File

@ -247,7 +247,11 @@ define Package/libxtables
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)
CONFIGURE_ARGS += \
--enable-shared \