From bcbc4a959997ad9af0a085223b4bf0d371b64401 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Thu, 21 Nov 2019 09:18:48 +0100 Subject: [PATCH] expat: Update library from 2.2.5 to 2.2.9 --- components/expat/CMakeLists.txt | 5 ++--- components/expat/expat | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/expat/CMakeLists.txt b/components/expat/CMakeLists.txt index 821705658..2fc1db422 100644 --- a/components/expat/CMakeLists.txt +++ b/components/expat/CMakeLists.txt @@ -1,6 +1,5 @@ set(COMPONENT_ADD_INCLUDEDIRS expat/expat/lib port/include) -set(COMPONENT_SRCS "expat/expat/lib/loadlibrary.c" - "expat/expat/lib/xmlparse.c" +set(COMPONENT_SRCS "expat/expat/lib/xmlparse.c" "expat/expat/lib/xmlrole.c" "expat/expat/lib/xmltok.c" "expat/expat/lib/xmltok_impl.c" @@ -16,4 +15,4 @@ component_compile_definitions(HAVE_GETRANDOM) # Temporary suppress "fallthrough" warnings until they are fixed in expat repo if(GCC_NOT_5_2_0) component_compile_options(-Wno-implicit-fallthrough) -endif() \ No newline at end of file +endif() diff --git a/components/expat/expat b/components/expat/expat index 968b8cc46..a7bc26b69 160000 --- a/components/expat/expat +++ b/components/expat/expat @@ -1 +1 @@ -Subproject commit 968b8cc46dbee47b83318d5f31a8e7907199614b +Subproject commit a7bc26b69768f7fb24f0c7976fae24b157b85b13