commit e14e680083fe965eedb5ef7b641375734f08b56e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 21 17:21:08 2023 +0100
fix
zerotier-one.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/zerotier-one.spec b/zerotier-one.spec
index 09170a3..7e19a70 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -88,6 +88,12 @@ the original Google BeyondCorp paper and the Jericho Forum with its
notion of
# rm -rf ext/http-parser
# rm -rf ext/json
+sed \
+ -e 's/RUSTFLAGS=/RUSTFLAGS?=/' \
+ -e 's/cargo build $(RUSTFLAGS)/cargo build --release/' \
+ -i make-linux.mk
+
+
pushd zeroidc
tar -xf %{SOURCE1}
popd