From ac572a9c0eef7e8c6d5d50673f8a5a325ac693dd Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 6 Jan 2009 17:13:15 +0000 Subject: [PATCH] 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 --- libs/libsndfile/Makefile | 1 + 1 file changed, 1 insertion(+) 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