mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
zerotier: update to 1.12.1
* split up "fix makefile" patch logical distinct parts * add libatomic dependency needed for prometheus-cpp-lite-1.0 * refresh patch series * improve warning message in init script Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
committed by
Tianling Shen
parent
3b8921d1ae
commit
6cf39ba626
21
net/zerotier/patches/0005-remove-noexecstack.patch
Normal file
21
net/zerotier/patches/0005-remove-noexecstack.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
From adcc68c6c3de8460bd6263d3478873953a4cf894 Mon Sep 17 00:00:00 2001
|
||||
From: Moritz Warning <moritzwarning@web.de>
|
||||
Date: Mon, 28 Aug 2023 09:48:28 +0200
|
||||
Subject: [PATCH 5/5] remove noexecstack
|
||||
|
||||
The compilers for arm_cortex-a9 do not recognize this argument.
|
||||
---
|
||||
make-linux.mk | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/make-linux.mk
|
||||
+++ b/make-linux.mk
|
||||
@@ -358,7 +358,7 @@ endif
|
||||
#override CXXFLAGS+=-fPIC -fPIE
|
||||
|
||||
# Non-executable stack
|
||||
-override ASFLAGS+=--noexecstack
|
||||
+# override ASFLAGS+=--noexecstack
|
||||
|
||||
.PHONY: all
|
||||
all: one
|
||||
Reference in New Issue
Block a user