forked from pool/coccinelle
+armv7l
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=90
This commit is contained in:
parent
c9cc2de6ab
commit
e3b927c783
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de
|
Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
- Increase ulimit -s on ppc64 during build
|
- Increase ulimit -s on armv7l/ppc64 during build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de
|
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||||
|
@ -63,7 +63,7 @@ fixing bugs in systems code.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc64
|
%ifarch armv7l ppc64
|
||||||
ulimit -s $((1024 * 64))
|
ulimit -s $((1024 * 64))
|
||||||
%endif
|
%endif
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -71,7 +71,7 @@ autoreconf -fi
|
|||||||
%make_build -j1 VERBOSE=yes
|
%make_build -j1 VERBOSE=yes
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ifarch ppc64
|
%ifarch armv7l ppc64
|
||||||
ulimit -s $((1024 * 64))
|
ulimit -s $((1024 * 64))
|
||||||
%endif
|
%endif
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
|
Loading…
Reference in New Issue
Block a user