Accepting request 881925 from home:Guillaume_G:branches:devel:tools
- Fix packaging on aarch64 and %{arm} OBS-URL: https://build.opensuse.org/request/show/881925 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=132
This commit is contained in:
parent
75bd0dc93e
commit
a720af564d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 29 12:29:54 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Fix packaging on aarch64 and %{arm}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 24 16:30:39 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
Wed Mar 24 16:30:39 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
4
afl.spec
4
afl.spec
@ -71,11 +71,11 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc
|
|||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
%{_libexecdir}/%{name}/%{name}-as
|
%{_libexecdir}/%{name}/%{name}-as
|
||||||
%{_libexecdir}/%{name}/as
|
%{_libexecdir}/%{name}/as
|
||||||
%ifarch x86_64 ppc64 ppc64le s390x
|
%ifarch x86_64 aarch64 ppc64 ppc64le s390x
|
||||||
%{_libexecdir}/%{name}/afl-compiler-rt-64.o
|
%{_libexecdir}/%{name}/afl-compiler-rt-64.o
|
||||||
%{_libexecdir}/%{name}/afl-llvm-rt-64.o
|
%{_libexecdir}/%{name}/afl-llvm-rt-64.o
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86 %{arm}
|
||||||
%{_libexecdir}/%{name}/afl-compiler-rt-32.o
|
%{_libexecdir}/%{name}/afl-compiler-rt-32.o
|
||||||
%{_libexecdir}/%{name}/afl-llvm-rt-32.o
|
%{_libexecdir}/%{name}/afl-llvm-rt-32.o
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user