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