projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c6d8b
)
boost: Adds json library
14217/head
author
Carlos Miguel Ferreira
<carlosmf.pt@gmail.com>
Mon, 14 Dec 2020 22:18:46 +0000
(22:18 +0000)
committer
Carlos Miguel Ferreira
<carlosmf.pt@gmail.com>
Mon, 14 Dec 2020 22:18:46 +0000
(22:18 +0000)
json library can work as header-only, but adding for the
cases where it is necessary.
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile
patch
|
blob
|
history
diff --git
a/libs/boost/Makefile
b/libs/boost/Makefile
index affce18bbdfefd34fbeec8bc1a85ee32b2587b31..3daf5594afdc294779a7649fb1ad92bcd8203ef4 100644
(file)
--- a/
libs/boost/Makefile
+++ b/
libs/boost/Makefile
@@
-59,6
+59,7
@@
This package provides the following run-time libraries:
- graph
- - graph-parallel
- iostreams
+ - json
- locale
- log
- math
@@
-344,6
+345,7
@@
$(eval $(call DefineBoostLibrary,fiber,coroutine filesystem,,!boost-fiber-exclud
$(eval $(call DefineBoostLibrary,filesystem,system))
$(eval $(call DefineBoostLibrary,graph,regex))
$(eval $(call DefineBoostLibrary,iostreams,,,,zlib liblzma libbz2 libzstd))
+$(eval $(call DefineBoostLibrary,json,container))
$(eval $(call DefineBoostLibrary,locale,system chrono thread,,,icu))
$(eval $(call DefineBoostLibrary,log,system chrono date_time thread filesystem regex))
$(eval $(call DefineBoostLibrary,math))