You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libpcre (a.k.a pcre3) is obsolete in favour of pcre2 by upstream.
While pcre is still available, it is being removed from several
linux distributions [1] [2]
- Change CRegex to use the new version and remove inclusion
of the old pcre library.
- Remove inclib "pcre" from fbchkdoc. Note: not replaced with
pcre2 here as this should be included from the pcre2.bi header
Tested on linux with only libpcre2 installed
1. https://fedoraproject.org/wiki/Changes/PcreDeprecation
2. https://lists.debian.org/debian-devel/2025/01/msg00621.html
0 commit comments