From: Felix Fietkau 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: http://git.openwrt.org/?a=commitdiff_plain;h=a55c347846d348f0249167c49a9ecbf5e216ca34;p=openwrt%2Fsvn-archive%2Fpackages.git due to a compiler bug, libsndfile does not build on avr32 SVN-Revision: 13899 --- 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