lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 0f52b1ff7788084be13e0575a94e7d8fa9adb9f1
parent cf255a44ab76d967e8d7139bd9a0a9f621d140e0
Author: John Crispin <blogic@openwrt.org>
Date:   Tue,  2 Sep 2014 16:01:28 +0200

mpd: disable libsoup

this showed up during the BB build

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Msound/mpd/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \