summaryrefslogtreecommitdiff
path: root/package/mpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:48:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:48:30 +0200
commit6d0e8b653345047f932fe74163327d363e2d4ac5 (patch)
treef47a4e7896184662c507b4f282ff6358a7995611 /package/mpd/Makefile
parent0e4becbbfdcbd1404b28183ddcddae1ffc352a78 (diff)
update and fix musl compile
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r--package/mpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index 276a223ae..abd47f4e7 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= mpd
-PKG_VERSION:= 0.17.4
-PKG_RELEASE:= 8
-PKG_MD5SUM:= ab408a61f49f215ce77ed0cf1deed6e1
+PKG_VERSION:= 0.17.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= b68be330deeb23989c08a9fefd9fcdeb
PKG_DESCR:= A music player daemon
PKG_SECTION:= multimedia
PKG_DEPENDS:= glib libstdcxx
@@ -105,8 +105,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_FDEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
TARGET_CFLAGS+= -std=gnu99
-XAKE_FLAGS+= MPD_CFLAGS='-D_GNU_SOURCE'
CONFIGURE_ENV+= ac_cv_lib_nsl_gethostbyname=no
CONFIGURE_ARGS+= --disable-httpd-output \
--disable-jack \