From 18953af191e3b0d46de3c21a83c2789416a8c92f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 6 Aug 2020 11:16:46 +0300 Subject: [PATCH] Disable shared + go install -buildmode=shared -v -x std -buildmode=shared not supported on linux/riscv64 Signed-off-by: David Abdurachmanov --- golang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 9f52c9b..f0e0740 100644 --- a/golang.spec +++ b/golang.spec @@ -66,7 +66,7 @@ %endif # Build golang shared objects for stdlib -%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 riscv64 +%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 %global shared 1 %else %global shared 0