mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
zerotier: update to 1.6.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From 68fe97ef6b05e3709cd4b67c7681dcfc63bfaf80 Mon Sep 17 00:00:00 2001
|
||||
From ef1a75fd1bf271cc5c73d966a861dfcd26d62cd5 Mon Sep 17 00:00:00 2001
|
||||
From: Moritz Warning <moritzwarning@web.de>
|
||||
Date: Mon, 30 Apr 2018 16:14:30 +0200
|
||||
Subject: [PATCH 2/4] remove -pie
|
||||
Subject: [PATCH 2/8] remove -pie
|
||||
|
||||
fixes relocation "against `a local symbol' can not be used
|
||||
when making a shared object; recompile with -fPIC" error
|
||||
@@ -10,10 +10,10 @@ when making a shared object; recompile with -fPIC" error
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/make-linux.mk b/make-linux.mk
|
||||
index a547125d..13244741 100644
|
||||
index cae8459a..bd05e6b5 100644
|
||||
--- a/make-linux.mk
|
||||
+++ b/make-linux.mk
|
||||
@@ -77,11 +77,11 @@ ifeq ($(ZT_DEBUG),1)
|
||||
@@ -73,11 +73,11 @@ ifeq ($(ZT_DEBUG),1)
|
||||
# C25519 in particular is almost UNUSABLE in -O0 even on a 3ghz box!
|
||||
node/Salsa20.o node/SHA512.o node/C25519.o node/Poly1305.o: CXXFLAGS=-Wall -O2 -g -pthread $(INCLUDES) $(DEFS)
|
||||
else
|
||||
@@ -29,5 +29,5 @@ index a547125d..13244741 100644
|
||||
STRIP+=--strip-all
|
||||
endif
|
||||
--
|
||||
2.22.0
|
||||
2.29.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user