From: Michael Jerris Date: Thu, 7 Apr 2016 20:53:36 +0000 (-0400) Subject: FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it X-Git-Tag: v1.6.8~5^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fd90e71e9294e728e7bc942cbda816e98bd377;p=thirdparty%2Ffreeswitch.git FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it --- 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