CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/27 03:53:04
Modified files:
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib: config.in
Log message:
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@
