diff --git a/GLD_boost-iostreams.json b/GLD_boost-iostreams.json index 6e96f51..6f0b030 100644 --- a/GLD_boost-iostreams.json +++ b/GLD_boost-iostreams.json @@ -36,6 +36,9 @@ "z", "m", "boost-include", - "pthread" + "pthread", + "lzma", + "zstd", + "bz2" ] } diff --git a/GLD_boost-json.json b/GLD_boost-json.json index 9de50c2..0300cbd 100644 --- a/GLD_boost-json.json +++ b/GLD_boost-json.json @@ -16,7 +16,8 @@ "boost/libs/container/src/unsynchronized_pool_resource.cpp" ], "compilation-version": { - "c++": 2011 + "c++": 2011, + "c": 1999 }, "flag": { "c": [ diff --git a/GLD_boost-locale.json b/GLD_boost-locale.json index 2feaeba..b11222c 100644 --- a/GLD_boost-locale.json +++ b/GLD_boost-locale.json @@ -86,6 +86,7 @@ "pthread", "boost-system", "boost-chrono", - "boost-thread" + "boost-thread", + "icu" ] } diff --git a/GLD_boost-log.json b/GLD_boost-log.json index 7455e36..17feb38 100644 --- a/GLD_boost-log.json +++ b/GLD_boost-log.json @@ -94,9 +94,9 @@ ] }, "path": { - "c++": [ - "boost/libs/log/src", - "boost/libs/atomic/src" + "c++": [ + "boost/libs/log/src", + "boost/libs/atomic/src" ] }, "dependency": [ @@ -108,6 +108,7 @@ "boost-regex", "boost-atomic", "boost-chrono", - "boost-thread" + "boost-thread", + "rt" ] }