From: Emil Velikov Date: Wed, 27 Jul 2016 13:02:52 +0000 (+0100) Subject: anv: automake: build with -Bsymbolic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed;p=mesa.git 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 --- 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)