summaryrefslogtreecommitdiff
path: root/package/mpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:19:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-17 18:19:12 +0200
commitcc5d4d9393159133f3d5d6205cafc148cdd95945 (patch)
treeb6ea3501fda42abaa833b8301225fe81032fa36f /package/mpd/Makefile
parent072501accc31ea4a8cad2691c4699bf1649df3b9 (diff)
patch mpd to remount /data directory before saving the database, disable two read-write checks
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r--package/mpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index c9c06e4bf..dbc97bf83 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= mpd
PKG_VERSION:= 0.17.6
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= d0da6a6a1d9cf1e8710b6082f6ef7849
PKG_DESCR:= A music player daemon
PKG_SECTION:= multimedia
@@ -120,6 +120,7 @@ CONFIGURE_ARGS+= --disable-httpd-output \
--disable-sqlite \
--disable-mpg123 \
--disable-soundcloud \
+ --enable-inotify \
--with-zeroconf=no
ifneq (${ADK_PACKAGE_MPD_WITH_ALSA},)