From 594fa4a208b138b0b9b24cc8de62e6681ebb8d21 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 23 Oct 2013 16:02:16 -0400 Subject: egl-static: Only export necessary symbols v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a crash in glamor when mesa links against static LLVM. v2: - Inline LINKER_SCRIPT variable v3: Kai Wasserbäch - Fix out out-of-tree-builds Tested-by: Kai Wasserbäch --- src/gallium/targets/egl-static/egl.link | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/gallium/targets/egl-static/egl.link (limited to 'src/gallium/targets/egl-static/egl.link') diff --git a/src/gallium/targets/egl-static/egl.link b/src/gallium/targets/egl-static/egl.link new file mode 100644 index 00000000000..78d155df01a --- /dev/null +++ b/src/gallium/targets/egl-static/egl.link @@ -0,0 +1,3 @@ +VERSION { +{ global: _eglMain; local: *; }; +}; -- cgit v1.2.3