]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge pull request #3102 from DHowett/bug/7z-build
authorDustin L. Howett <dustin@howett.net>
Mon, 1 Jun 2026 19:02:14 +0000 (14:02 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 19:02:14 +0000 (14:02 -0500)
7zip: fix a number of issues in zstd detection

- -Wunused-function when ZSTD_compressStream is unavailable
- Incorrect automatic selection of 7Z_ZSTD when ZSTD_compressStream is unavailable
- Other instances of HAVE_ZSTD_H not matching HAVE_LIBZSTD

Co-authored-by: Tobias Stoeckmann <tobias@stoeckmann.org>

Trivial merge