fix iptables cflags to include architecture specific asm includes
SVN-Revision: 21045
This commit is contained in:
parent
b131ab7914
commit
d2af27b13d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue