From: Florian Fainelli Date: Mon, 11 Dec 2006 23:03:54 +0000 (+0000) Subject: Ensure we use the right includes (#1036) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f8ce74f99b785907f5ca1dc4da03dbd378f4e7bb;p=openwrt%2Fsvn-archive%2Farchive.git Ensure we use the right includes (#1036) SVN-Revision: 5766 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 477d5f9165..1ec7de4ad2 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