fmt: Convert from build only to run time also for mpd

- 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 <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Adolf Belka
2022-08-11 14:29:21 +02:00
committed by Peter Müller
parent 92e2009166
commit cb170abd3b
2 changed files with 9 additions and 2 deletions

View File

@@ -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.9
#usr/lib/libfmt.so.9.0.0
usr/lib/libfmt.so.9
usr/lib/libfmt.so.9.0.0
#usr/lib/pkgconfig/fmt.pc

View File

@@ -24,6 +24,8 @@
include Config
SUMMARY = Open-source formatting library for C++
VER = 9.0.0
THISAPP = fmt-$(VER)
@@ -31,6 +33,11 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = fmt
PAK_VER = 1
SUP_ARCH = aarch64 armv6l x86_64
DEPS =
###############################################################################
# Top-level Rules