forked from pool/guile
Accepting request 732646 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/732646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=59
This commit is contained in:
commit
325f1fe3a1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 09:17:47 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Do sequential build for reproducible .go files (boo#1102408)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 09:33:00 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
||||
|
||||
|
@ -112,7 +112,8 @@ rm -r prebuilt/32-bit-big-endian
|
||||
--with-pic \
|
||||
--with-threads \
|
||||
--disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408
|
||||
make
|
||||
|
||||
%check
|
||||
LD_LIBRARY_PATH="." make %{?_smp_mflags} check
|
||||
|
Loading…
Reference in New Issue
Block a user