From ea463a615e44ade09afdebda346b89d9ccedc1c9 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Mon, 26 Sep 2016 14:38:30 -0400 Subject: [PATCH] FS-8623: reapply after update: 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 35609e89af..745e10ddc8 100644 --- a/libs/libvpx/build/make/configure.sh +++ b/libs/libvpx/build/make/configure.sh @@ -332,10 +332,20 @@ EOF } check_cflags() { - log check_cflags "$@" - check_cc -Werror "$@" <