]> git.ipfire.org Git - thirdparty/libarchive.git/commit
cmake: look for zlib >= 1.2.1 (#2318)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Thu, 12 Sep 2024 21:56:34 +0000 (23:56 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 21:56:34 +0000 (23:56 +0200)
commit6df5cb464b1e3814f8615e3d794b51e694ff8ced
treee9a6959ed12827996fb542272dc693b364d9cdb1
parent853bf656ef6d294a4fedc9afc74b262c3c0a6501
cmake: look for zlib >= 1.2.1 (#2318)

zlib 1.2.0 added this improvement for inflate:
"Raw inflate no longer needs an extra dummy byte at end"

libarchive does not feed zlib extra data beyond end of stream, so it
does not work with zlib < 1.2.0.
CMakeLists.txt
configure.ac