diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-26 23:54:03 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-11-26 23:55:08 -0800 |
commit | 99b347905e0a691381dccc170a45329d588757cf (patch) | |
tree | 56433c9b4045cc83b016b63516bbff4bf958e6fd /libs/libroxml/patches/010-gcc10.patch | |
parent | ca320864ec369d2500ebebd72d3ff76fad51d52d (diff) |
libroxml: switch to CMake
Added patch to fix compilation with gcc10.
Fixed license information.
Fix ABI_VERSION.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libroxml/patches/010-gcc10.patch')
-rw-r--r-- | libs/libroxml/patches/010-gcc10.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + * |