[Mesa-stable] [Mesa-dev] [PATCH] egl: Do not export private symbols

Jakob Bornecrantz wallbraker at gmail.com
Tue Aug 6 15:00:35 PDT 2013


On Tue, Aug 6, 2013 at 9:21 PM, Chad Versace
<chad.versace at linux.intel.com>wrote:

> libEGL was incorrectly exporting *all* symbols, public and private.
> This patch adds -fvisibility=hidden to libEGL's linker flags to ensure
> that only symbols annotated with __attribute__((visibility("default")))
> get exported.
>
> Sanity-checked on X11/EGL with Piglit, and on Wayland by running
> weston-gears.
>

You need to test this patch on a non-inbuilt driver, egl_gallium or egl_glx,
none of which require you to have any hardware. Or force egl_dri2 to not
be built in.

Cheers, Jakob.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-stable/attachments/20130807/a97b7c01/attachment.html>


More information about the mesa-stable mailing list