From cd98819f2e4ef3b14826fb576e2503c5d4714742 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 26 Dec 2018 23:06:08 +0100 Subject: [PATCH] sound/mpd: Update to 0.20.23 Update to mpd to 0.20.23 Remove old compiler workarounds Signed-off-by: Daniel Engberg --- sound/mpd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index a170b2993..6a56ca224 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd -PKG_VERSION:=0.20.21 +PKG_VERSION:=0.20.23 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/ -PKG_HASH:=8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc +PKG_HASH:=503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0 @@ -100,7 +100,6 @@ define Package/mpd-avahi-service/conffiles endef EXTRA_LDFLAGS += $(if $(ICONV_FULL),-liconv,-Wl,--whole-archive -liconv -Wl,--no-whole-archive) -EXTRA_CXXFLAGS += $(if $(CONFIG_GCC_VERSION_4_8),-std=gnu++11,-std=gnu++14) CONFIGURE_ARGS += \ $(call autoconf_bool,CONFIG_IPV6,ipv6) \