Bug 106647

Summary: CONFIG missing link_pkgconfig on Windows
Product: WebKit Reporter: Jonathan Liu <net147>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, hausmann, vestbo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jonathan Liu 2013-01-11 02:39:36 PST
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.
Comment 1 Jonathan Liu 2013-01-11 02:42:54 PST
Created attachment 182304 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-13 09:19:25 PST
Comment on attachment 182304 [details]
Patch

Clearing flags on attachment: 182304

Committed r139570: <http://trac.webkit.org/changeset/139570>
Comment 3 WebKit Review Bot 2013-01-13 09:19:28 PST
All reviewed patches have been landed.  Closing bug.