From: John Crispin Date: Sat, 4 Aug 2012 17:01:56 +0000 (+0000) Subject: taglib libc++ fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ad486a3b6147ba97a2c36bf428284a26ca24eb31;p=openwrt%2Fsvn-archive%2Fpackages.git taglib libc++ fix SVN-Revision: 32974 --- diff --git a/libs/taglib/Makefile b/libs/taglib/Makefile index b4109c9b0..8ef4101cf 100644 --- a/libs/taglib/Makefile +++ b/libs/taglib/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=taglib PKG_VERSION:=1.6.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://developer.kde.org/~wheeler/files/src/ @@ -24,7 +24,7 @@ PKG_INSTALL:=1 define Package/taglib SECTION:=libs CATEGORY:=Libraries - DEPENDS:= +uclibcxx +zlib @!TARGET_avr32 + DEPENDS:= $(CXX_DEPENDS) +zlib @!TARGET_avr32 TITLE:=Audio output library URL:=http://developer.kde.org/~wheeler/taglib.html endef