From 352fc2e9a51d1563df57551472f812692c7f4ea0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 8 Apr 2017 00:04:48 +0200 Subject: [PATCH] mpd: disable smbclient because it has many dependencies and spit allot of error messages. Signed-off-by: Arne Fitzenreiter --- lfs/mpd | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/mpd b/lfs/mpd index 094f753f5b..6b057f7c37 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-ipv6 \ --sysconfdir=/etc \ --disable-sqlite \ + --disable-smbclient \ --enable-id3 \ --enable-vorbis \ --enable-expat \ -- 2.39.2