due to a compiler bug, libsndfile does not build on avr32
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 17:13:15 +0000 (17:13 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 17:13:15 +0000 (17:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13899 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libsndfile/Makefile

index 2295519..8efe69b 100644 (file)
@@ -24,6 +24,7 @@ define Package/libsndfile
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Library for reading/writing audio files
+  DEPENDS:=@!avr32
   URL:=http://www.mega-nerd.com/libsndfile/
 endef