- trim list of supported archs to aarch64 ppc64le s390x x86_64
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=92
This commit is contained in:
parent
59a0af24ad
commit
51cde024de
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Increase ulimit -s on ppc64 during build
|
||||
- trim list of supported archs to aarch64 ppc64le s390x x86_64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||
|
@ -26,6 +26,7 @@ URL: http://coccinelle.lip6.fr/
|
||||
Source0: %name-%version.tar.xz
|
||||
Source1: %name.rpmlintrc
|
||||
Patch1: kill-env.diff
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
@ -63,17 +64,11 @@ 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."
|
||||
|
Loading…
Reference in New Issue
Block a user