From 510b401a03e0418c420f8c46470f60072e19e516 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 4 Aug 2012 17:01:56 +0000 Subject: [PATCH] [packages] taglib libc++ fix SVN-Revision: 32974 --- libs/taglib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/taglib/Makefile b/libs/taglib/Makefile index b4109c9b0d..8ef4101cfe 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 -- 2.30.2