From e609ec2c1ab91a3ad50d3dc55d49bf461db52c88 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 27 Jul 2016 14:02:52 +0100 Subject: [PATCH] anv: automake: build with -Bsymbolic Explicitly suggested in the Loader interface version 2 section, but it's good idea either way. It essentially, ensures that our symbols are not interposed. Cc: "12.0" Cc: Jason Ekstrand Signed-off-by: Emil Velikov (cherry picked from commit 1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed) --- src/intel/vulkan/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 709842d1ec4..6b1015a69c6 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -161,6 +161,7 @@ libvulkan_intel_la_LDFLAGS = \ -module \ -no-undefined \ -avoid-version \ + $(BSYMBOLIC) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED)