Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools: zstd: add patch fixing wrong generated .pc with lib-mt | Christian Marangi | 2024-04-06 |
| | | | | | | | | | | | | | The current .pc generated by make build system for zstd is wrong and always assume a single-threaded library is used. This wasn't the case for the meson build system that used his own logic to generate the pkg-config file. Add a patch to fix this by introducing install-mt-pc make target to generate the correct pkg-config gile. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> | ||
* | tools/zstd: update to 1.4.8 | Rosen Penev | 2021-01-30 |
| | | | | | | | Switch to the normal tarball instead of the codeload generated one. The latter has the potential to change hashes based on changes in the repo. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | tools: add zstd | Matthias Schiffer | 2020-05-31 |
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> |