From 22fd90e71e9294e728e7bc942cbda816e98bd377 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 7 Apr 2016 16:53:36 -0400 Subject: [PATCH] FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ed2312d09..8746b0c75f 100644 --- a/configure.ac +++ b/configure.ac @@ -453,7 +453,7 @@ fi case "${ax_cv_c_compiler_vendor}" in sun) - VISIBILITY_FLAG= + VISIBILITY_FLAG=-xldscope=hidden ;; *) VISIBILITY_FLAG=-fvisibility=hidden