zerotier: add patch to avoid including sys/auxv.h

It seems it's not needed and not supported under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit e632e189fd)
This commit is contained in:
Rosen Penev
2020-12-06 23:53:45 -08:00
parent 061f81ff6d
commit 13d999882b
10 changed files with 12 additions and 41 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/node/Utils.cpp
+++ b/node/Utils.cpp
@@ -28,7 +28,7 @@
#include <sys/stat.h>
#include <sys/uio.h>
#include <dirent.h>
-#ifdef __LINUX__
+#if 0
#include <sys/auxv.h>
#endif
#endif