From: John Crispin Date: Tue, 2 Sep 2014 14:01:28 +0000 (+0200) Subject: mpd: disable libsoup X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0f52b1ff7788084be13e0575a94e7d8fa9adb9f1;p=openwrt-packages.git mpd: disable libsoup this showed up during the BB build Signed-off-by: John Crispin --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index f65f90858..5c54e2f77 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -116,6 +116,7 @@ CONFIGURE_ARGS += \ --disable-pulse \ --disable-sidplay \ --disable-solaris-output \ + --disable-soup \ --disable-sqlite \ --disable-twolame-encoder \ --enable-wave-encoder \