mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
fix iptables cflags to include architecture specific asm includes
SVN-Revision: 21045
This commit is contained in:
parent
b131ab7914
commit
d2af27b13d
@ -254,6 +254,10 @@ TARGET_CPPFLAGS := \
|
||||
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
|
||||
$(TARGET_CPPFLAGS)
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(PKG_BUILD_DIR)/include \
|
||||
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-devel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user