Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-36168

pcreposix.c should not be compiled into our vendored PCRE build

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.2
    • 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.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: