[Webkit-unassigned] [Bug 106647] New: CONFIG missing link_pkgconfig on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 11 02:37:44 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=106647
Summary: CONFIG missing link_pkgconfig on Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: net147 at gmail.com
Some libraries (e.g. libxslt, libxml2 and sqlite3) fail to link properly on Windows because they are added to PKGCONFIG but CONFIG does not contain link_pkgconfig.
This is because link_pkgconfig is added in unix/default_pre.prf which is only used for UNIX platforms. To fix this, move it to the general default_pre.prf.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list