Accepting request 999106 from devel:languages:go

- Don't build with shared on riscv64 for < go1.18 (forwarded request 999102 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/999106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.17?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2022-08-25 13:08:51 +00:00 committed by Git OBS Bridge
commit fff0e52806
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)