From: Carlos Miguel Ferreira Date: Mon, 14 Dec 2020 22:18:46 +0000 (+0000) Subject: boost: Adds json library X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6b79c46bb4cda0c492b9b09defeeed3aaa4f9c68;p=openwrt-packages.git 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 --- 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))