[Webkit-unassigned] [Bug 75003] New: [Qt] When building QtWebKit with the -ltcg configure option then it will fail to build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 03:17:17 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75003
Summary: [Qt] When building QtWebKit with the -ltcg configure
option then it will fail to build
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P3
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andy.shaw at digia.com
Created an attachment (id=120165)
--> (https://bugs.webkit.org/attachment.cgi?id=120165&action=review)
Fix for the build issue
The reason it fails is because -GL is still specified for the compile options which is still there despite lines in WebCore.pri removing this from the flags. The reason being because it did not remove it from the right set of flags.
Patch attached fixes this so it is removed from the right set of flags.
--
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