packages/net/zerotier/patches/010-auxv.patch
2020-12-15 18:27:54 +08:00

12 lines
190 B
Diff

--- 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