Chris Packham 902fab451b companion_libs: zstd: Build nomt configuration
We have been building the multi threaded zstd target. This requires that
anything that links with lzstd also links with lpthread. On more recent
systems this is fine because lpthread is part of GNU libc so the
-pthread option is a no-op but on other systems this will cause GCC to
either fail to build or to silently disable zstd compression. By
building the libzstd.a-nomt-release we can be compatible with older GCC
versions and ensure that support for zstd is not silently dropped.

Fixes: #2198
Signed-off-by: Chris Packham <judge.packham@gmail.com>
2024-09-09 08:59:38 +12:00
..
2018-04-29 12:06:54 -07:00
2018-04-07 12:03:17 -07:00
2024-02-02 15:15:29 +13:00
2024-02-02 15:15:29 +13:00
2024-06-05 19:31:45 +12:00
2018-04-07 12:03:17 -07:00
2018-04-07 12:03:17 -07:00
2018-04-07 12:03:17 -07:00
2018-04-07 12:03:17 -07:00
2024-06-05 19:31:45 +12:00
2018-04-07 14:39:56 -07:00
2017-04-13 00:07:29 -07:00