From 99b347905e0a691381dccc170a45329d588757cf Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 26 Nov 2020 23:54:03 -0800 Subject: libroxml: switch to CMake Added patch to fix compilation with gcc10. Fixed license information. Fix ABI_VERSION. Signed-off-by: Rosen Penev --- libs/libroxml/patches/010-gcc10.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/libroxml/patches/010-gcc10.patch (limited to 'libs/libroxml/patches/010-gcc10.patch') diff --git a/libs/libroxml/patches/010-gcc10.patch b/libs/libroxml/patches/010-gcc10.patch new file mode 100644 index 000000000..3c4fee653 --- /dev/null +++ b/libs/libroxml/patches/010-gcc10.patch @@ -0,0 +1,11 @@ +--- a/src/roxml_mem.h ++++ b/src/roxml_mem.h +@@ -14,7 +14,7 @@ + + #include "roxml_internal.h" + +-memory_cell_t head_cell; ++extern memory_cell_t head_cell; + + /** \brief alloc memory function + * -- cgit v1.2.3