Hi Paul, Thank you for review and a fair question. I verified this with perl v5.38.4 on scarthgap.
In perl v5.38.4, compress-raw-zlib defaults to bundled zlib (BUILD_ZLIB=True) unless disabled in config.in [1], and the perl_5.38.4.bb recipe does not override this, so the vendored zlib is used. BUILD_ZLIB [2], ZLIB_INCLUDE [3], and ZLIB_LIB [4] are taken from the environment via oe_runmake/EXTRA_OEMAKE (by perl 5.38.4 recipe) and passed to Makefile.PL. Based on the referenced sources, commit message are valid for scarthgap’s Perl 5.38.4. Thanks and Regards, Sudhir References: [1] config.in ( https://github.com/Perl/perl5/blob/v5.38.4/cpan/Compress-Raw-Zlib/config.in#L19 ) [2] Makefile.PL#BUILD_ZLIB ( https://github.com/Perl/perl5/blob/v5.38.4/cpan/Compress-Raw-Zlib/Makefile.PL#L333 ) [3] Makefile.PL#ZLIB_INCLUDE ( https://github.com/Perl/perl5/blob/v5.38.4/cpan/Compress-Raw-Zlib/Makefile.PL#L315 ) [4] Makefile.PL#ZLIB_LIB ( https://github.com/Perl/perl5/blob/v5.38.4/cpan/Compress-Raw-Zlib/Makefile.PL#L319 )
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237304): https://lists.openembedded.org/g/openembedded-core/message/237304 Mute This Topic: https://lists.openembedded.org/mt/119310882/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
