mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -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
|
||||
*
|
||||
Reference in New Issue
Block a user