From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 3/4] mpd: build without UPnP support Date: Tue, 18 May 2021 23:34:32 +0200 Message-ID: <9e2b11f5-f5ae-3c37-2c3a-3cbba6b200e9@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2283538465058002058==" List-Id: --===============2283538465058002058== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- lfs/mpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index 25e3630e6..0a8b533d8 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/${THISAPP} TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D mpd -PAK_VER =3D 21 +PAK_VER =3D 22 SUP_ARCH =3D aarch64 x86_64 i586 =20 DEPS =3D alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libi= d3tag libvorbis opus soxr @@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -D ffmpeg=3Denabled \ -D flac=3Denabled \ -D lame=3Denabled \ - -D upnp=3Denabled \ + -D upnp=3Ddisabled \ -D icu=3Ddisabled \ builddir/ cd $(DIR_APP) && ninja -C builddir/ --=20 2.26.2 --===============2283538465058002058==--