Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 13:32:53 +0000 (13:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 13:32:53 +0000 (13:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12207 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/flite/Makefile

index 8c2a15b..c5f70d9 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