History log of /dflybsd-src/lib/libzstd/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0
# 5ebc8a7f 04-Apr-2021 Sascha Wildner <saw@online.de>

zstd(1): Enable multi-threading support in the zstd(1) utility.

Note that it is only used when -T is specified.

Leave libzstd itself without multi-threading, to prevent libarchive from
getting a li

zstd(1): Enable multi-threading support in the zstd(1) utility.

Note that it is only used when -T is specified.

Leave libzstd itself without multi-threading, to prevent libarchive from
getting a libpthread dependency. Instead, compile libzstd's necessary
bits into zstd(1) and enable multi-threading only in the utilitily.

For detailed reasoning on this, please check zrj's commit message for
3ff63cdaea3abd5eece6e57d01a1ab57a4312636.

While here, clean up libzstd's Makefile a bit.

show more ...


# c4b0111f 03-Apr-2021 Sascha Wildner <saw@online.de>

libzstd: Raise WARNS to 4.


# 06cd13c3 03-Apr-2021 Sascha Wildner <saw@online.de>

libzstd: Fix specifying -fno-tree-vectorize for zstd_decompress_block.c.


# c37c9ab3 01-Apr-2021 Matthew Dillon <dillon@apollo.backplane.com>

build - Add zstd to the build (libzstd as private library)

* Bring in contrib/zstd from FreeBSD.

* Add libzstd as a private library (i.e. priv/libprivate_zstd) to
avoid confusion. (Note that Fre

build - Add zstd to the build (libzstd as private library)

* Bring in contrib/zstd from FreeBSD.

* Add libzstd as a private library (i.e. priv/libprivate_zstd) to
avoid confusion. (Note that FreeBSD also has zstd in base as
a private library).

* Add zstd, unzstd, zstdcat, zstdmt utilities.

* Integrate into libarchive, initrd, dsynth, and misc other
base system elements.

Ported-from: FreeBSD

show more ...