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

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.2
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Platforms 2018-07-30
    • None
    • 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 (Inactive)
            Reporter:
            Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: