From: Florian Fainelli Date: Wed, 6 Aug 2008 13:32:53 +0000 (+0000) Subject: Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8e769672efea10cf31ca24da1fd02471df6a0f38 Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building it with this gcc version SVN-Revision: 12207 --- diff --git a/sound/flite/Makefile b/sound/flite/Makefile index 8c2a15bcfe..c5f70d9919 100644 --- a/sound/flite/Makefile +++ b/sound/flite/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/flite SECTION:=sound CATEGORY:=Sound + DEPENDS:=@!GCC_VERSION_3_4_6 TITLE:=Text-to-speech for embedded systems URL:=http://www.speech.cs.cmu.edu/flite/index.html endef