anv: automake: build with -Bsymbolic
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 27 Jul 2016 13:02:52 +0000 (14:02 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 18 Aug 2016 13:53:33 +0000 (14:53 +0100)
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@lists.freedesktop.org>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/vulkan/Makefile.am

index c621c34642658fbad7265a64de0b0015990785b3..ad0148da57b2be601a57fb3591a81e089702e5b3 100644 (file)
@@ -155,6 +155,7 @@ libvulkan_intel_la_LDFLAGS = \
        -module \
        -no-undefined \
        -avoid-version \
+       $(BSYMBOLIC) \
        $(GC_SECTIONS) \
        $(LD_NO_UNDEFINED)