Bug 57558 - [GTK] Link explicitly with XRender on Linux/Unix
Summary: [GTK] Link explicitly with XRender on Linux/Unix
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 10:08 PDT by Xan Lopez
Modified: 2011-03-31 10:38 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.52 KB, patch)
2011-03-31 10:14 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2011-03-31 10:08:31 PDT
GNU gold requires this, otherwise the build fails.
Comment 1 Xan Lopez 2011-03-31 10:14:38 PDT
Created attachment 87756 [details]
Patch
Comment 2 Martin Robinson 2011-03-31 10:22:31 PDT
Comment on attachment 87756 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=87756&action=review

> configure.ac:943
> +if test "$os_win32" = "no"; then

Should also not do this for OS X, I think.
Comment 3 Xan Lopez 2011-03-31 10:35:25 PDT
(In reply to comment #2)
> (From update of attachment 87756 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=87756&action=review
> 
> > configure.ac:943
> > +if test "$os_win32" = "no"; then
> 
> Should also not do this for OS X, I think.

Our plugin code uses XP_UNIX, so I think it applies for OSX too.
Comment 4 Xan Lopez 2011-03-31 10:38:05 PDT
Comment on attachment 87756 [details]
Patch

Clearing flags on attachment: 87756

Committed r82599: <http://trac.webkit.org/changeset/82599>
Comment 5 Xan Lopez 2011-03-31 10:38:08 PDT
All reviewed patches have been landed.  Closing bug.