summaryrefslogtreecommitdiff
path: root/package/moc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-23 15:17:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-23 15:17:33 +0100
commit49b8aec92e30b0d7a71e908b064c23997f26e9d3 (patch)
treeb035532edf287f2dc4e77b664bdc1dd417b12634 /package/moc
parent970fbe314ef637aa125b1e40e5981c9fca2d930e (diff)
update and fix for musl
Diffstat (limited to 'package/moc')
-rw-r--r--package/moc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/moc/Makefile b/package/moc/Makefile
index 11bc9243c..797e76b06 100644
--- a/package/moc/Makefile
+++ b/package/moc/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= moc
-PKG_VERSION:= 2.5.0-beta1
+PKG_VERSION:= 2.5.0-beta2
PKG_RELEASE:= 1
-PKG_MD5SUM:= 795ecba86847e082aa2f21937cc04804
+PKG_MD5SUM:= da87b90b57934234589b63e347921458
PKG_DESCR:= console music player
PKG_SECTION:= multimedia
PKG_DEPENDS:= libmad libvorbis libcurl libflac
@@ -22,6 +22,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MOC,moc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
TARGET_LDFLAGS+= -ltinfo
CONFIGURE_ARGS+= --without-jack \
--without-oss \