[Mesa-dev] [PATCH 3/6] anv: automake: build with -Bsymbolic
Emil Velikov
emil.l.velikov at gmail.com
Wed Jul 27 13:02:52 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
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" <mesa-stable at lists.freedesktop.org>
Cc: Jason Ekstrand <jason at jlekstrand.net>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
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 10900c0..a79ea57 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -153,6 +153,7 @@ libvulkan_intel_la_LDFLAGS = \
-module \
-no-undefined \
-avoid-version \
+ $(BSYMBOLIC) \
$(GC_SECTIONS) \
$(LD_NO_UNDEFINED)
--
2.9.0
More information about the mesa-dev
mailing list