Accepting request 862041 from home:AndreasStieger:branches:devel:languages:misc

fix reproducible build, see mail

OBS-URL: https://build.opensuse.org/request/show/862041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=117
This commit is contained in:
Peter Simons 2021-01-10 03:51:51 +00:00 committed by Git OBS Bridge
parent 063945b295
commit 627b12875a
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Sat Jan 9 19:56:32 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
Sat Jan 9 22:11:42 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- GNU guile 3.0.5:
* O(1) compilation of `case' and related expressions

View File

@ -113,10 +113,11 @@ rm -r prebuilt/32-bit-big-endian
--with-threads \
--disable-silent-rules
# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408
%make_build
%make_build -j1
%check
LD_LIBRARY_PATH="." make %{?_smp_mflags} check
LD_LIBRARY_PATH="." \
%make_build check
%install
%make_install