From ae2b308e6d4470d6b503df3b0b86df8de8d51c6b Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 11 Dec 2006 23:03:54 +0000 Subject: [PATCH] Ensure we use the right includes (#1036) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5766 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 477d5f916..1ec7de4ad 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -34,7 +34,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" LDFLAGS="-lpthread" DEBUG=0 + CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + LDFLAGS="-lpthread" DEBUG=0 endef define Package/aiccu/install -- 2.11.0