Hello!
On a opensuse/sles cyrus-imapd-3.0.8 fails building if I use the
configure switch --disable-pcre during compiling lib/glob.c
I got errors about...:
... unknown type name 'regex_t'
... 'REG_EXTENDED' undeclared (first use in this function)
... unknown type name 'regmatch_t'
...and so o
...in the past we patched pcre with this simple patch...
https://sources.debian.org/patches/pcre3/2:8.39-11/pcreposix.patch/
...and the issue on cyrus was that one:
https://github.com/cyrusimap/cyrus-imapd/issues/1731
Zitat von Stephan Lauffer :
Hello!
On a opensuse/sles cyrus-imapd-3.0.8 f