mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 18:05:15 +00:00
iptables: fix build error with linux 2.6.31
SVN-Revision: 17721
This commit is contained in:
parent
a2f344ec84
commit
1b35350431
@ -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…
Reference in New Issue
Block a user