Currently the build system links against pcrecpp while using symbols in pcre, assuming that linking against pcrecpp will get you all the symbols in pcre. MongoDB needs an explicit link to pcre to be guaranteed to work everywhere.
- is duplicated by
-
SERVER-4635 --use-system-pcre doesn't work unless I add -lpcre to LINKFLAGS
- Closed