mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
zerotier: update to 1.14.1
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
committed by
Tianling Shen
parent
aeda25086e
commit
660b10f0dc
@@ -1,9 +1,8 @@
|
||||
From 2a5a279ac0192bc444cd1c3059169f576817d8b9 Mon Sep 17 00:00:00 2001
|
||||
From 8e89af98ac00b1c9c019865faca7479fa0de6084 Mon Sep 17 00:00:00 2001
|
||||
From: Moritz Warning <moritzwarning@web.de>
|
||||
Date: Mon, 28 Aug 2023 09:48:28 +0200
|
||||
Date: Tue, 17 Sep 2024 21:26:08 +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(-)
|
||||
@@ -14,8 +13,8 @@ The compilers for arm_cortex-a9 do not recognize this argument.
|
||||
#override CXXFLAGS+=-fPIC -fPIE
|
||||
|
||||
# Non-executable stack
|
||||
-override ASFLAGS+=--noexecstack
|
||||
+# override ASFLAGS+=--noexecstack
|
||||
-override LDFLAGS+=-Wl,-z,noexecstack
|
||||
+#override LDFLAGS+=-Wl,-z,noexecstack
|
||||
|
||||
.PHONY: all
|
||||
all: one
|
||||
|
||||
Reference in New Issue
Block a user