Mesa (master): anv: automake: build with -Bsymbolic

Emil Velikov evelikov at kemper.freedesktop.org
Thu Aug 18 14:39:51 UTC 2016


Module: Mesa
Branch: master
Commit: 1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jul 27 14:02:52 2016 +0100

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" <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 c621c34..ad0148d 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)
 




More information about the mesa-commit mailing list