Update the brotli submodule to the latest commit (4ec6703) so that the build isn't broken in GCC 11 compilers.
Cc: Jian J Wang <[email protected]> Cc: Hao A Wu <[email protected]> Cc: Dandan Bi <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Pedro Falcato <[email protected]> --- MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 3 +++ MdeModulePkg/Library/BrotliCustomDecompressLib/brotli | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf index 525e92408d67..fabbb86d16c1 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf @@ -39,7 +39,10 @@ stdlib.h string.h # Wrapper header files end # + brotli/c/common/constants.c + brotli/c/common/context.c brotli/c/common/dictionary.c + brotli/c/common/shared_dictionary.c brotli/c/common/transform.c brotli/c/dec/bit_reader.c brotli/c/dec/decode.c diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli index 666c3280cc11..4ec67035c0d9 160000 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli @@ -1 +1 @@ -Subproject commit 666c3280cc11dc433c303d79a83d4ffbdd12cc8d +Subproject commit 4ec67035c0d97c270c1c73038cc66fc5fcdfc120 -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84499): https://edk2.groups.io/g/devel/message/84499 Mute This Topic: https://groups.io/mt/87585528/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
