From 1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed 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 --- 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 c621c346426..ad0148da57b 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -155,6 +155,7 @@ libvulkan_intel_la_LDFLAGS = \ -module \ -no-undefined \ -avoid-version \ + $(BSYMBOLIC) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) -- 2.11.0