Skip to content

Commit

Permalink
sound/mpd: Update to 0.20.23
Browse files Browse the repository at this point in the history
Update to mpd to 0.20.23
Remove old compiler workarounds

Signed-off-by: Daniel Engberg <[email protected]>
  • Loading branch information
diizzyy authored Dec 26, 2018
1 parent 97836d9 commit cd98819
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sound/mpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

PKG_LICENSE:=GPL-2.0
Expand Down Expand Up @@ -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) \
Expand Down

0 comments on commit cd98819

Please sign in to comment.