From 09017a564fd9c9ea1f906c7e4d3e98e98c40d573 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <daniel.friesel@uos.de>
Date: Fri, 21 Jun 2019 08:00:13 +0200
Subject: [PATCH] mpack: disable node api (we do not use it)

---
 include/lib/mpack/mpack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/mpack/mpack.h b/include/lib/mpack/mpack.h
index b4404f3..77a4141 100644
--- a/include/lib/mpack/mpack.h
+++ b/include/lib/mpack/mpack.h
@@ -72,7 +72,7 @@
  * Enables compilation of the dynamic Node API.
  */
 #ifndef MPACK_NODE
-#define MPACK_NODE 1
+#define MPACK_NODE 0
 #endif
 
 /**
-- 
GitLab