zerotier: disable -pie to avoid segfault
authorMoritz Warning <redacted>
Thu, 12 Apr 2018 15:41:42 +0000 (17:41 +0200)
committerMoritz Warning <redacted>
Thu, 12 Apr 2018 21:20:21 +0000 (23:20 +0200)
Signed-off-by: Moritz Warning <redacted>
net/zerotier/patches/0005-remove-pie.patch [new file with mode: 0644]

diff --git a/net/zerotier/patches/0005-remove-pie.patch b/net/zerotier/patches/0005-remove-pie.patch
new file mode 100644 (file)
index 0000000..63f2efc
--- /dev/null
@@ -0,0 +1,26 @@
+From 14a8fe1f7cdef1f1e0c0842f6fedde154cf4ab57 Mon Sep 17 00:00:00 2001
+From: Moritz Warning <moritzwarning@web.de>
+Date: Thu, 12 Apr 2018 17:09:16 +0200
+Subject: [PATCH 5/5] remove -pie
+
+this prevents immediate segfault on start
+---
+ make-linux.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/make-linux.mk b/make-linux.mk
+index f5b3d8df..8589e5d6 100644
+--- a/make-linux.mk
++++ b/make-linux.mk
+@@ -67,7 +67,7 @@ else
+       override CFLAGS+=-Wall -fPIE -pthread $(INCLUDES) -DNDEBUG $(DEFS)
+       CXXFLAGS?=-O3 -fstack-protector
+       override CXXFLAGS+=-Wall -Wno-unused-result -Wreorder -fPIE -std=c++11 -pthread $(INCLUDES) -DNDEBUG $(DEFS)
+-      override LDFLAGS+=-pie -Wl,-z,relro,-z,now
++      override LDFLAGS+=-Wl,-z,relro,-z,now
+       STRIP?=strip
+       STRIP+=--strip-all
+ endif
+-- 
+2.16.3
+
git clone https://git.99rst.org/PROJECT