WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
86747
[EFL] Fix link error caused by not directly linking with edbus
https://bugs.webkit.org/show_bug.cgi?id=86747
Summary
[EFL] Fix link error caused by not directly linking with edbus
Thiago Marcos P. Santos
Reported
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.
Attachments
Patch
(2.61 KB, patch)
2012-05-17 09:30 PDT
,
Thiago Marcos P. Santos
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Thiago Marcos P. Santos
Comment 1
2012-05-17 09:30:00 PDT
Created
attachment 142488
[details]
Patch
WebKit Review Bot
Comment 2
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
>
WebKit Review Bot
Comment 3
2012-05-17 10:25:18 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug