From 6b79c46bb4cda0c492b9b09defeeed3aaa4f9c68 Mon Sep 17 00:00:00 2001 From: Carlos Miguel Ferreira Date: Mon, 14 Dec 2020 22:18:46 +0000 Subject: [PATCH] boost: Adds json library json library can work as header-only, but adding for the cases where it is necessary. Signed-off-by: Carlos Miguel Ferreira --- libs/boost/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index affce18bb..3daf5594a 100644 --- 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))