From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] fmt: Convert from build only to run time also for mpd Date: Thu, 11 Aug 2022 14:29:21 +0200 Message-ID: <20220811122921.3499697-2-adolf.belka@ipfire.org> In-Reply-To: <20220811122921.3499697-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2230160154427724779==" List-Id: --===============2230160154427724779== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - libfmt required in run time by mpd - mpd changelog specifically said fmt was a build only dependency - Bug#12909 flagged up that fmt was also a run time dependency for mpd Fixes: Bug#12909 Signed-off-by: Adolf Belka --- config/rootfiles/{common =3D> packages}/fmt | 4 ++-- lfs/fmt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) rename config/rootfiles/{common =3D> packages}/fmt (92%) diff --git a/config/rootfiles/common/fmt b/config/rootfiles/packages/fmt similarity index 92% rename from config/rootfiles/common/fmt rename to config/rootfiles/packages/fmt index d9067f14a..ab97316a2 100644 --- a/config/rootfiles/common/fmt +++ b/config/rootfiles/packages/fmt @@ -18,6 +18,6 @@ #usr/lib/cmake/fmt/fmt-targets-release.cmake #usr/lib/cmake/fmt/fmt-targets.cmake #usr/lib/libfmt.so -#usr/lib/libfmt.so.8 -#usr/lib/libfmt.so.8.1.1 +usr/lib/libfmt.so.8 +usr/lib/libfmt.so.8.1.1 #usr/lib/pkgconfig/fmt.pc diff --git a/lfs/fmt b/lfs/fmt index 754de03b1..9f36e4942 100644 --- a/lfs/fmt +++ b/lfs/fmt @@ -24,6 +24,8 @@ =20 include Config =20 +SUMMARY =3D Open-source formatting library for C++ + VER =3D 8.1.1 =20 THISAPP =3D fmt-$(VER) @@ -31,6 +33,11 @@ DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) +PROG =3D fmt +PAK_VER =3D 1 +SUP_ARCH =3D aarch64 armv6l x86_64 + +DEPS =3D=20 =20 ############################################################################= ### # Top-level Rules --=20 2.37.1 --===============2230160154427724779==--