From 4fb546380f97215be69371bddaaf266daa4884d5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 17 Jul 2014 17:49:53 +0100 Subject: [PATCH] mpd: force zeroconf to no without this we get missing dependecy errors if avahi is staged. Signed-off-by: John Crispin --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 6547d729e6..bbe4cd2d59 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -118,7 +118,7 @@ CONFIGURE_ARGS += \ --disable-wavpack \ --disable-wildmidi \ --disable-zzip \ - --with-zeroconf=auto \ + --with-zeroconf=no \ \ --enable-curl \ --enable-flac \