Skip to content

Use pcre2 instead of pcre #291

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

Open
bkmgit opened this issue Mar 31, 2025 · 0 comments · May be fixed by #292
Open

Use pcre2 instead of pcre #291

bkmgit opened this issue Mar 31, 2025 · 0 comments · May be fixed by #292

Comments

@bkmgit
Copy link

bkmgit commented Mar 31, 2025

pcre is used indirectly by glib-2.0 https://github.com/labapart/gattlib/blob/master/CrossCompilation.cmake#L73 and no functions from it are called from the code directly, in particular it is only explicitly linked in the example and test codes. Current versions of glib-2.0 use pcre2, so this should be used instead. If there are platforms where only pcre is available, an option should be added to link to that.

@bkmgit bkmgit linked a pull request Mar 31, 2025 that will close this issue
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 a pull request may close this issue.

1 participant