From: nbd Date: Tue, 6 Jan 2009 17:13:15 +0000 (+0000) Subject: due to a compiler bug, libsndfile does not build on avr32 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ac572a9c0eef7e8c6d5d50673f8a5a325ac693dd;p=packages.git due to a compiler bug, libsndfile does not build on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@13899 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libsndfile/Makefile b/libs/libsndfile/Makefile index 2295519de..8efe69bc3 100644 --- a/libs/libsndfile/Makefile +++ b/libs/libsndfile/Makefile @@ -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