-
Notifications
You must be signed in to change notification settings - Fork 57
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
old embedded pcre version #40
Comments
This is apparently fixed in newer builds when libpcre3-dev is installed on the system. |
This should be reopened because the build system has moved from meson to cmake with mvdsv 0.35. cmake links against internal pcre and does not offer the option of linking against system pcre. This might also be a blocker in OpenBSD ports, so thanks for raising this issue about using the ancient bundled pcre. |
You are right. Willing to contribute? ;) |
pcre is abandoned. Please move to pcre2, which is pcre's successor. |
src/pcre/* contains an antique pcre (3?) version, that also gets statically linked into the binary during build. I'll see if I can update it to current versions, and also change the build to preferentially use the system version.
I'll see if I can get a working PR done today.
FYI, this is (with the missing man page) the only remaining blocker for including mvdsv in Debian.
The text was updated successfully, but these errors were encountered: