forked from pool/findutils
Accepting request 201863 from Base:System
- Conditionalize the qemu arg size workaround on %qemu_user_space_build (forwarded request 201855 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/201863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/findutils?expand=0&rev=46
This commit is contained in:
commit
fc96444574
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 15:45:16 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Conditionalize the qemu arg size workaround on %qemu_user_space_build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 23 23:17:08 UTC 2013 - mail@bernhard-voelker.de
|
Mon Sep 23 23:17:08 UTC 2013 - mail@bernhard-voelker.de
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ switching on the computer.
|
|||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %arm armv5tel armv7l armv7el armv5el
|
%if 0%{?qemu_user_space_build}
|
||||||
# this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ...
|
# this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ...
|
||||||
export DEFAULT_ARG_SIZE="(31u * 1024u)"
|
export DEFAULT_ARG_SIZE="(31u * 1024u)"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user