Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building...
authorFlorian Fainelli <florian@openwrt.org>
Wed, 6 Aug 2008 13:32:53 +0000 (13:32 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 6 Aug 2008 13:32:53 +0000 (13:32 +0000)
SVN-Revision: 12207

sound/flite/Makefile

index 8c2a15bcfeda845eaf86603a12b8b8fc1718b04e..c5f70d99190db02a5a0600b560cc43e66330cf95 100644 (file)
@@ -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