From 6ae15b9fa1ae4f636e7bb4d1459671a6b1606f9e Mon Sep 17 00:00:00 2001 From: Spencer Thomason Date: Tue, 10 May 2016 18:18:19 -0700 Subject: [PATCH] FS-8623: Fix libvpx Solaris Studio build --- libs/libvpx/build/make/configure.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libs/libvpx/build/make/configure.sh b/libs/libvpx/build/make/configure.sh index d888268dc8..c8a3291b74 100644 --- a/libs/libvpx/build/make/configure.sh +++ b/libs/libvpx/build/make/configure.sh @@ -317,10 +317,20 @@ EOF } check_cflags() { - log check_cflags "$@" - check_cc -Werror "$@" <