Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Explicitly disable -Werror in ./configure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andyleejordan committed Jan 14, 2016
1 parent 3b8679c commit b88c2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b88c2f7

Please sign in to comment.