Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 524 forks source link

allow perl to build with the re extension static #22142

Closed tonycoz closed 2 weeks ago

tonycoz commented 2 weeks ago

Previously configuring with -Uusedl built successfully, but didn't with -Dstatic_ext=re, now both build successfully.

Fixes #21550

jkeenan commented 2 weeks ago

I built the branch with each of -Uusedl and -Dstatic_ext=re on Linux and with the latter on FreeBSD. Tests passed. (Someone else should take a look at the C code.)