-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Platforms 2018-07-30
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
The pcreposix.c file isn't intended to be built into the main pcre library, but into a seprate pcreposix library, which we don't need.
Including it can cause conflicts on systems where the libc version of e.g. regcomp isn't a weak symbol (like emscripten).
We should just remove it from our link of libpcre.