From: Florian Fainelli Date: Wed, 27 Jun 2007 01:10:56 +0000 (+0000) Subject: Compile aiccu with HAS_IFHEAD (#1971) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2959cf6b39b0bda4018a52c4687781e272db4fe7;hp=9ab70d7c22d4ce9b588ec02a1645d0919b7ce1e7 Compile aiccu with HAS_IFHEAD (#1971) SVN-Revision: 7741 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index dff8ad6ab1..97f46dfe29 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -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