Bug 108032

Summary: [GTK] Pass ICU cppflags to libWebCoreSVG.la build
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.