]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
mpd: build without UPnP support
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 18 May 2021 21:34:32 +0000 (23:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 09:45:09 +0000 (09:45 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/mpd

diff --git a/lfs/mpd b/lfs/mpd
index 25e3630e6ef887d0ae42695e802d4cebf9a18076..0a8b533d8a236201a7f7672e9dfe8257aaf09606 100644 (file)
--- 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/