<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fails to compile due to a hardcoded "-static" LDFLAG"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82292#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fails to compile due to a hardcoded "-static" LDFLAG"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82292">bug 82292</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>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.

<a href="http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html#Link-mode">http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html#Link-mode</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>