From: Peter Müller Date: Tue, 18 May 2021 21:34:32 +0000 (+0200) Subject: mpd: build without UPnP support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e476630ecf6cec2d8560da83c9a0b5e776d254;p=people%2Fstevee%2Fipfire-2.x.git mpd: build without UPnP support Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- 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/