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

Commit b88c2f7

Browse files
committed
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.
1 parent 3b8679c commit b88c2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ DSC_SCRIPT_PATH=$DSC_SCRIPT_PATH
130130
131131
BUILD_DEBUG=$BUILD_DEBUG
132132
DEBUG_FLAGS=$DEBUG_FLAGS
133+
# DSC cannot build with -Werror
134+
ENABLE_WERROR=0
133135
134136
openssl098_cflags=$openssl098_cflags
135137
openssl098_libs=$openssl098_libs

0 commit comments

Comments
 (0)