openwrt-packages/net/zerotier/patches/010-auxv.patch

12 lines
190 B
Diff
Raw Normal View History

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