[Wayland-bugs] [Bug 82292] fails to compile due to a hardcoded "-static" LDFLAG
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 17 22:14:45 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=82292
--- Comment #6 from Peter Hutterer <peter.hutterer at who-t.net> ---
Update on this, this is actually a problem with static libraries in general.
The libevdev static library leaks the symbols log_msg and log_priority,
libinput leaks even more. I have yet to find a way to avoid that, any ideas are
welcome.
While searching for a solution I found something else though: we can replace
-static with -no-install which prevents libtool from generating wrappers for
the tools. And that was the only reason for using -static anyway.
http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html#Link-mode
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140818/46044fe8/attachment.html>
More information about the Wayland-bugs
mailing list