Compile aiccu with HAS_IFHEAD (#1971)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
699665f006
commit
188a4ff555
@ -36,7 +36,7 @@ endef
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -DAICCU_CONSOLE -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -DAICCU_CONSOLE -DHAS_IFHEAD -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lpthread" \
|
||||
DEBUG=0
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user