targets/egl-static: freshen up the version script
Namely drop the version/name tag of the exported symbol, and rename the filename to egl.sym. v2: Rebase on top of the LD_NO_UNDEFINED changes. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
@@ -48,9 +48,9 @@ AM_LDFLAGS = \
|
|||||||
-module \
|
-module \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-avoid-version \
|
-avoid-version \
|
||||||
|
-Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.sym
|
||||||
$(GC_SECTIONS) \
|
$(GC_SECTIONS) \
|
||||||
$(LD_NO_UNDEFINED) \
|
$(LD_NO_UNDEFINED)
|
||||||
-Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.link
|
|
||||||
|
|
||||||
egldir = $(EGL_DRIVER_INSTALL_DIR)
|
egldir = $(EGL_DRIVER_INSTALL_DIR)
|
||||||
egl_LTLIBRARIES = egl_gallium.la
|
egl_LTLIBRARIES = egl_gallium.la
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
VERSION {
|
|
||||||
global: _eglMain; local: *;
|
|
||||||
};
|
|
6
src/gallium/targets/egl-static/egl.sym
Normal file
6
src/gallium/targets/egl-static/egl.sym
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
global:
|
||||||
|
_eglMain;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
Reference in New Issue
Block a user