From: florian Date: Wed, 27 Jun 2007 01:10:56 +0000 (+0000) Subject: Compile aiccu with HAS_IFHEAD (#1971) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=188a4ff555b736d4cdb3f31f109de127fc2663c2;p=packages.git Compile aiccu with HAS_IFHEAD (#1971) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7741 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index dff8ad6ab..97f46dfe2 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