FS#63535 - [pcre] c++ wrapper start_options missing LF option
Attached to Project:
Arch Linux
Opened by Mathias Rohnstock (mrohnstock) - Friday, 23 August 2019, 06:16 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 20:35 GMT
Opened by Mathias Rohnstock (mrohnstock) - Friday, 23 August 2019, 06:16 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 20:35 GMT
|
Details
Description:
Compiling mongodb went south, because of an known bug in PCRE. As devs of pcre mention, that there won't be "probably not for many months through" a new release of PCRE, could someone maybe please apply the following small patch: ``` diff --git a/pcrecpp.cc b/pcrecpp.cc index 77a2fed..70b84bd 100644 --- a/pcrecpp.cc +++ b/pcrecpp.cc @@ -91,6 +91,7 @@ static const char *start_options[] = { "(*LIMIT_RECURSION=", "(*LIMIT_MATCH=", "(*CRLF)", + "(*LF)", "(*CR)", "(*BSR_UNICODE)", "(*BSR_ANYCRLF)", ``` which was discussed [here](https://bugs.exim.org/show_bug.cgi?id=2400)? Additional info: * package version(s) 8.43-1 * config and/or log files etc. N/A * link to upstream bug report, if any mongodb: https://jira.mongodb.org/browse/SERVER-40836 pcre: https://bugs.exim.org/show_bug.cgi?id=2400 Thanks. |
This task depends upon
Closed by freswa (frederik)
Saturday, 22 February 2020, 20:35 GMT
Reason for closing: Fixed
Additional comments about closing: In the meanwhile some releases came out. Please re-open if it's not fixed yet.
Saturday, 22 February 2020, 20:35 GMT
Reason for closing: Fixed
Additional comments about closing: In the meanwhile some releases came out. Please re-open if it's not fixed yet.