mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
committed by
Peter Müller
parent
92e2009166
commit
cb170abd3b
@@ -18,6 +18,6 @@
|
|||||||
#usr/lib/cmake/fmt/fmt-targets-release.cmake
|
#usr/lib/cmake/fmt/fmt-targets-release.cmake
|
||||||
#usr/lib/cmake/fmt/fmt-targets.cmake
|
#usr/lib/cmake/fmt/fmt-targets.cmake
|
||||||
#usr/lib/libfmt.so
|
#usr/lib/libfmt.so
|
||||||
#usr/lib/libfmt.so.9
|
usr/lib/libfmt.so.9
|
||||||
#usr/lib/libfmt.so.9.0.0
|
usr/lib/libfmt.so.9.0.0
|
||||||
#usr/lib/pkgconfig/fmt.pc
|
#usr/lib/pkgconfig/fmt.pc
|
||||||
7
lfs/fmt
7
lfs/fmt
@@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
|
SUMMARY = Open-source formatting library for C++
|
||||||
|
|
||||||
VER = 9.0.0
|
VER = 9.0.0
|
||||||
|
|
||||||
THISAPP = fmt-$(VER)
|
THISAPP = fmt-$(VER)
|
||||||
@@ -31,6 +33,11 @@ DL_FILE = $(THISAPP).tar.gz
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
PROG = fmt
|
||||||
|
PAK_VER = 1
|
||||||
|
SUP_ARCH = aarch64 armv6l x86_64
|
||||||
|
|
||||||
|
DEPS =
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
|
|||||||
Reference in New Issue
Block a user