From: Florian Fainelli Date: Tue, 20 Apr 2010 16:18:03 +0000 (+0000) Subject: fix iptables cflags to include architecture specific asm includes X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2af27b13d4824424c71052a363f230e63654495;p=librecmc%2Flibrecmc.git fix iptables cflags to include architecture specific asm includes SVN-Revision: 21045 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index e97cfbbcad..f683331ffa 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -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 \