<div dir="ltr">On Tue, Aug 6, 2013 at 9:21 PM, Chad Versace <span dir="ltr"><<a href="mailto:chad.versace@linux.intel.com" target="_blank">chad.versace@linux.intel.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">libEGL was incorrectly exporting *all* symbols, public and private.<br>
This patch adds -fvisibility=hidden to libEGL's linker flags to ensure<br>
that only symbols annotated with __attribute__((visibility("default")))<br>
get exported.<br>
<br>
Sanity-checked on X11/EGL with Piglit, and on Wayland by running weston-gears.<br></blockquote><div><br></div><div>You need to test this patch on a non-inbuilt driver, egl_gallium or egl_glx,</div><div>none of which require you to have any hardware. Or force egl_dri2 to not</div>
<div>be built in.</div><div><br></div><div>Cheers, Jakob.</div><div><br></div></div></div></div>