From 59e476630ecf6cec2d8560da83c9a0b5e776d254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 18 May 2021 23:34:32 +0200 Subject: [PATCH] mpd: build without UPnP support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- lfs/mpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index 25e3630e6e..0a8b533d8a 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 21 +PAK_VER = 22 SUP_ARCH = aarch64 x86_64 i586 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr @@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -D ffmpeg=enabled \ -D flac=enabled \ -D lame=enabled \ - -D upnp=enabled \ + -D upnp=disabled \ -D icu=disabled \ builddir/ cd $(DIR_APP) && ninja -C builddir/ -- 2.39.2