zerotier: update to 1.10.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning
2023-02-22 22:48:00 +01:00
committed by Josef Schlehofer
parent d7852c9887
commit 1af4a404a5
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ Subject: [PATCH 1/2] fix makefile
RUSTFLAGS=--release
endif
@@ -308,7 +308,7 @@ ifeq ($(ZT_CONTROLLER),1)
@@ -313,7 +313,7 @@ ifeq ($(ZT_CONTROLLER),1)
endif
# ARM32 hell -- use conservative CFLAGS
@@ -47,7 +47,7 @@ Subject: [PATCH 1/2] fix makefile
ifeq ($(shell if [ -e /usr/bin/dpkg ]; then dpkg --print-architecture; fi),armel)
override CFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm
override CXXFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm
@@ -335,8 +335,8 @@ ifeq ($(ZT_USE_ARM32_NEON_ASM_CRYPTO),1)
@@ -340,8 +340,8 @@ ifeq ($(ZT_USE_ARM32_NEON_ASM_CRYPTO),1)
endif
# Position Independence