Bug 86747 - [EFL] Fix link error caused by not directly linking with edbus
Summary: [EFL] Fix link error caused by not directly linking with edbus
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Thiago Marcos P. Santos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 09:21 PDT by Thiago Marcos P. Santos
Modified: 2012-05-17 10:25 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.61 KB, patch)
2012-05-17 09:30 PDT, Thiago Marcos P. Santos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago Marcos P. Santos 2012-05-17 09:21:23 PDT
We are not specifying edbus as dependency but we are using it's symbols on BatteryClientEfl.cpp

../../../lib/libewebkit.so.0.1.0: error: undefined reference to 'e_dbus_bus_get'
../../../lib/libewebkit.so.0.1.0: error: undefined reference to 'dbus_error_is_set'
../../../lib/libewebkit.so.0.1.0: error: undefined reference to 'dbus_error_free'

It might work when not using the shared core build option because edbus is a dependency for eukit and the symbol is indirectly resolved.
Comment 1 Thiago Marcos P. Santos 2012-05-17 09:30:00 PDT
Created attachment 142488 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-17 10:25:13 PDT
Comment on attachment 142488 [details]
Patch

Clearing flags on attachment: 142488

Committed r117459: <http://trac.webkit.org/changeset/117459>
Comment 3 WebKit Review Bot 2012-05-17 10:25:18 PDT
All reviewed patches have been landed.  Closing bug.