Accepting request 999102 from home:jfkw:branches:devel:languages:go

- Don't build with shared on riscv64 for < go1.18

OBS-URL: https://build.opensuse.org/request/show/999102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=37
This commit is contained in:
Jeff Kowalczyk 2022-08-24 17:07:45 +00:00 committed by Git OBS Bridge
parent 438a7a9d63
commit 3178688dcf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 23 19:49:42 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Don't build with shared on riscv64 for < go1.18
-------------------------------------------------------------------
Mon Aug 22 20:44:19 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -104,7 +104,7 @@
%else
%define with_shared 0
%endif
%ifarch ppc64
%ifarch ppc64 riscv64
%define with_shared 0
%endif
# setup go_arch (BSD-like scheme)