From 7b7944ee1cedeaf13867974eb8f217690726c245 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 5 Apr 2014 18:03:05 +0100 Subject: 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 --- src/gallium/targets/egl-static/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/targets/egl-static/Makefile.am') diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 221cb71..1aa5d37 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -48,9 +48,9 @@ AM_LDFLAGS = \ -module \ -no-undefined \ -avoid-version \ + -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.sym $(GC_SECTIONS) \ - $(LD_NO_UNDEFINED) \ - -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.link + $(LD_NO_UNDEFINED) egldir = $(EGL_DRIVER_INSTALL_DIR) egl_LTLIBRARIES = egl_gallium.la -- cgit v1.1