[Webkit-unassigned] [Bug 143767] New: [W32] Configure may misdetect ICU libraries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 06:29:55 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143767

            Bug ID: 143767
           Summary: [W32] Configure may misdetect ICU libraries
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lrn1986 at gmail.com

MinGW packages tend to have .pc files these days. Use them.

ICU naming and structure is complex enough to warrant this, and asking
pkg-config might result in things like
UNICODE_LIBS="-licui18n54 -licuuc54 -licudata54"
instead of the default
UNICODE_LIBS="-licui18n -licuuc"
and pkg-config usually knows best.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/a96e75ed/attachment.html>


More information about the webkit-unassigned mailing list