SHA256
1
0
forked from pool/coccinelle

- Increase ulimit -s on ppc64 during build

OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=89
This commit is contained in:
Olaf Hering 2021-12-29 21:23:12 +00:00 committed by Git OBS Bridge
parent b728d99a9c
commit c9cc2de6ab
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -63,11 +63,17 @@ fixing bugs in systems code.
%autosetup -p1
%build
%ifarch ppc64
ulimit -s $((1024 * 64))
%endif
autoreconf -fi
%configure --with-python=%python_for_executables
%make_build -j1 VERBOSE=yes
%install
%ifarch ppc64
ulimit -s $((1024 * 64))
%endif
b="%buildroot"
# "because it is simply not possible to strip ocaml binaries that are built
# with the -custom option."