Ensure we use the right includes (#1036)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5766 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d38daf9417
commit
ae2b308e6d
@ -34,7 +34,8 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/aiccu/install
|
define Package/aiccu/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user