mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +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:
@@ -7,8 +7,6 @@ Subject: [PATCH 6/8] gcc10
|
||||
osdep/Binder.hpp | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/osdep/Binder.hpp b/osdep/Binder.hpp
|
||||
index c52f303b..8a38ab04 100644
|
||||
--- a/osdep/Binder.hpp
|
||||
+++ b/osdep/Binder.hpp
|
||||
@@ -396,9 +396,9 @@ public:
|
||||
@@ -24,6 +22,3 @@ index c52f303b..8a38ab04 100644
|
||||
phy.setIfName(udps,(char*)ii->second.c_str(),(int)ii->second.length());
|
||||
++_bindingCount;
|
||||
}
|
||||
--
|
||||
2.29.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user