Skip to content

allow perl to build with the re extension static #22142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

tonycoz
Copy link
Contributor

@tonycoz tonycoz commented Apr 12, 2024

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

Fixes #21550

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

Fixes Perl#21550
@jkeenan
Copy link
Contributor

jkeenan commented Apr 12, 2024

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.)

@tonycoz tonycoz merged commit 3b03ffb into Perl:blead Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

perl-5.38 compilation error (regcomp.o and lib/auto/re/re.a(re_comp.o) conflict)
3 participants