X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fmpd%2FMakefile;h=51b28bee1b3adc364976298a2362d053467982f0;hp=9be7a75f34a7e52f4849f42aaa6d43384bfdc44b;hb=f21a8abb3919b4e562c6bdb82c6ee36d785c5525;hpb=038d93c0c19a2a27d8b47fdfdb11691af93f491b diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 9be7a75f34..51b28bee1b 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd PKG_VERSION:=0.13.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.musicpd.org/uploads/files/ @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mpd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +libiconv TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ endef @@ -48,7 +48,6 @@ define Build/Configure $(EXTRA_CONFIG_PARAM) \ --disable-mod \ --disable-audiofile \ - --disable-iconv \ --disable-mpc \ --disable-aac \ --with-tremor \ @@ -58,6 +57,8 @@ define Build/Configure --with-libFLAC-libraries="$(STAGING_DIR)/usr/lib" \ --with-mad-includes="$(STAGING_DIR)/usr/include" \ --with-mad-libraries="$(STAGING_DIR)/usr/lib" \ + --with-iconv-includes="$(STAGING_DIR)/usr/lib/libiconv/include" \ + --with-iconv-libraries="$(STAGING_DIR)/usr/lib/libiconv/lib" \ ) endef