Bug 108032 - [GTK] Pass ICU cppflags to libWebCoreSVG.la build
Summary: [GTK] Pass ICU cppflags to libWebCoreSVG.la build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 08:55 PST by Kalev Lember
Modified: 2013-01-28 16:03 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2013-01-27 09:03 PST, Kalev Lember
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalev Lember 2013-01-27 08:55:55 PST
I am seeing linking errors with the new libicu 50 package in Fedora rawhide:

./.libs/libwebkitgtk-3.0.so: undefined reference to `u_charMirror_50'
./.libs/libwebkitgtk-3.0.so: undefined reference to `ublock_getCode_50'

Seems to be caused by a missing UNICODE_CFLAGS in libWebCoreSVG.la build, attaching a patch to correct that.
Comment 1 Kalev Lember 2013-01-27 09:03:43 PST
Created attachment 184915 [details]
Patch
Comment 2 Martin Robinson 2013-01-28 15:56:34 PST
Comment on attachment 184915 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 2013-01-28 16:03:34 PST
Comment on attachment 184915 [details]
Patch

Clearing flags on attachment: 184915

Committed r141023: <http://trac.webkit.org/changeset/141023>
Comment 4 WebKit Review Bot 2013-01-28 16:03:38 PST
All reviewed patches have been landed.  Closing bug.