gnu: spdlog: Build shared library.

* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
raingloom 2021-12-26 08:16:24 +01:00 committed by Nicolas Goaziou
parent 66e948d5e1
commit b1542d5960
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -208,6 +208,7 @@ (define-public spdlog
(arguments
'(#:configure-flags
(list "-DSPDLOG_BUILD_BENCH=OFF"
"-DSPDLOG_BUILD_SHARED=ON"
"-DSPDLOG_BUILD_TESTS=ON")))
(home-page "https://github.com/gabime/spdlog")
(synopsis "Fast C++ logging library")