mpd: fixup iconv support

Removes liconv LDFLAG and fixes ICONV_FULL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-07-30 16:40:11 -07:00
parent 4b5ecc238b
commit aad1458876
3 changed files with 90 additions and 8 deletions
+1 -5
View File
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mpd
PKG_VERSION:=0.21.25
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.21/
@@ -97,10 +97,6 @@ define Package/mpd-avahi-service/conffiles
/etc/avahi/services/mpd.service
endef
TARGET_LDFLAGS += \
-liconv \
$(if $(CONFIG_USE_GLIBC),-lpthread)
ifeq ($(CONFIG_AUDIO_SUPPORT),y)
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio
endif