From b88c2f762e13512288041e86b54cc99cadc13d2f Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 14 Jan 2016 13:58:06 -0800 Subject: [PATCH] Explicitly disable -Werror in ./configure If OMI is built with -Werror, then DSC will inherit the setting and fail to build. Since DSC cannot be built with -Werror, we need to override OMI's setting. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 080fc637d..00ee9a9a9 100755 --- a/configure +++ b/configure @@ -130,6 +130,8 @@ DSC_SCRIPT_PATH=$DSC_SCRIPT_PATH BUILD_DEBUG=$BUILD_DEBUG DEBUG_FLAGS=$DEBUG_FLAGS +# DSC cannot build with -Werror +ENABLE_WERROR=0 openssl098_cflags=$openssl098_cflags openssl098_libs=$openssl098_libs