pmqs / Compress-Raw-Zlib

Perl5 interface to zlib compression library
3 stars 10 forks source link

Libz Symbol correction PR #10

Closed monkburger closed 2 years ago

monkburger commented 2 years ago

First attempt at working around https://github.com/pmqs/Compress-Raw-Zlib/issues/8 by enabling DPREFIX, which prefixes all libz (zlib-src/) symbols with z_, which should correct any symbol conflicts.

XXX: It might be worthwhile to change the z prefix to something unique to C::R::Zlib, ie: crz