[3/4] mpd: build without UPnP support

Message ID 9e2b11f5-f5ae-3c37-2c3a-3cbba6b200e9@ipfire.org
State Accepted
Commit 59e476630ecf6cec2d8560da83c9a0b5e776d254
Headers
Series [1/4] Drop libupnp |

Commit Message

Peter Müller May 18, 2021, 9:34 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 lfs/mpd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/mpd b/lfs/mpd
index 25e3630e6..0a8b533d8 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/