Consider using regex.h instead of pcre

Task Info (Flyspray)
Opened By BTD Master (btdmaster)
Task ID 74998
Type Feature Request
Project Arch Linux
Category Packages: Extra
Version None
OS All
Opened 2022-06-08 21:26:04 UTC
Status Assigned
Assignee David Runge (dvzrv)

Details

Description: Since pcre has been deprecated in favor of pcre2[0], it might be better to compile rasqal to use POSIX regex.h (glibc) instead[1]. [0] https://pcre.org/ [1] https://github.com/dajobe/rasqal/blob/master/configure.ac#L527

Additional info: rasqal 1:0.9.33-5

Steps to reproduce: Add --with-regex-library=posix to configure step in PKGBUILD.