Olaf Hering 2021-12-29 21:55:47 +00:00 committed by Git OBS Bridge
parent e3b927c783
commit 59a0af24ad
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de
- Increase ulimit -s on armv7l/ppc64 during build
- Increase ulimit -s on ppc64 during build
-------------------------------------------------------------------
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de

View File

@ -63,7 +63,7 @@ fixing bugs in systems code.
%autosetup -p1
%build
%ifarch armv7l ppc64
%ifarch ppc64
ulimit -s $((1024 * 64))
%endif
autoreconf -fi
@ -71,7 +71,7 @@ autoreconf -fi
%make_build -j1 VERBOSE=yes
%install
%ifarch armv7l ppc64
%ifarch ppc64
ulimit -s $((1024 * 64))
%endif
b="%buildroot"