RESOLVED FIXED 129782
[GTK] [CMake] Clean up library linking
https://bugs.webkit.org/show_bug.cgi?id=129782
Summary [GTK] [CMake] Clean up library linking
Martin Robinson
Reported 2014-03-05 23:14:08 PST
We currently wrap -Wl,--whole-archive around some libraries to avoid dropping symbols from convenience libraries (libtool used to take care of this for us). Instead of doing that manually we can write a macro to do it for all libraries in a list. This also exposes some situations in which we are over-linking, linking in the same convenience library twice, or compiling the same files into multiple convenience libraries. We should clean all of that up.
Attachments
Patch (8.24 KB, patch)
2014-03-05 23:23 PST, Martin Robinson
pnormand: review+
Martin Robinson
Comment 1 2014-03-05 23:23:52 PST
Martin Robinson
Comment 2 2014-03-10 10:05:31 PDT
Note You need to log in before you can comment on or make changes to this bug.