forked from pool/guile
Accepting request 866973 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/866973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=63
This commit is contained in:
commit
1633bf6c51
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 12:59:58 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Skip test-stack-overflow on qemu builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 9 22:11:42 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Jan 9 22:11:42 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -106,6 +106,11 @@ linked in as a library when building extensible programs.
|
|||||||
# remove broken prebuilt objects
|
# remove broken prebuilt objects
|
||||||
rm -r prebuilt/32-bit-big-endian
|
rm -r prebuilt/32-bit-big-endian
|
||||||
|
|
||||||
|
%if 0%{?qemu_user_space_build}
|
||||||
|
# QEMU ignores rlimit requests for setting RLIMIT_AS
|
||||||
|
echo exit 77 > test-suite/standalone/test-stack-overflow
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user