From 281386826a1f01777c70fc9584f74319a964f592 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 6 Aug 2008 13:32:53 +0000 Subject: [PATCH] Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building it with this gcc version git-svn-id: svn://svn.openwrt.org/openwrt/packages@12207 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/flite/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/flite/Makefile b/sound/flite/Makefile index 8c2a15bcf..c5f70d991 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