Revert previous. Use private copy of zlib in Compress::Raw::Zlib
authorbluhm <bluhm@openbsd.org>
Sun, 27 Mar 2022 09:53:04 +0000 (09:53 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 27 Mar 2022 09:53:04 +0000 (09:53 +0000)
commitf90d98f9f9ddb66fd5ea0c484ef1b391b8728a61
tree9e034d523874483536c471ca60dacca13a91e41f
parent814fd41b4cce7c22384f7c3b941c93ecc11a3110
Revert previous.  Use private copy of zlib in Compress::Raw::Zlib
again.  The header zlib.h in our base uses z_off_t for fields
total_in and total_out in struct z_stream_s.  The rest of the world
uses uLong there.  This leads to an incompatibility when comiled
with Perl.  The pkg tools fail on i386.
debugged by semarie@; discussed with tb@
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in