[Mesa-stable] [PATCH 6/6] isl: automake: use VISIBILITY_CFLAGS to restrict symbol visibility

Emil Velikov emil.l.velikov at gmail.com
Wed Jul 27 13:02:55 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

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/isl/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am
index 7c22324..1b1a357 100644
--- a/src/intel/isl/Makefile.am
+++ b/src/intel/isl/Makefile.am
@@ -35,6 +35,7 @@ noinst_LTLIBRARIES = $(ISL_GEN_LIBS) libisl.la
 
 # The gallium includes are for the util/u_math.h include from main/macros.h
 AM_CPPFLAGS = \
+	$(VISIBILITY_CFLAGS) \
 	$(INTEL_CFLAGS) \
 	$(VALGRIND_CFLAGS) \
 	$(DEFINES) \
-- 
2.9.0



More information about the mesa-stable mailing list