Accepting request 1078607 from devel:tools
- Pin to llvm15 for the time being: code fails to build with llvm16. (forwarded request 1078606 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1078607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=76
This commit is contained in:
commit
2ff671704b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 09:26:02 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Pin to llvm15 for the time being: code fails to build with
|
||||
llvm16.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 15:33:51 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
4
afl.spec
4
afl.spec
@ -41,8 +41,8 @@ URL: https://github.com/AFLplusplus/AFLplusplus
|
||||
Source: https://github.com/AFLplusplus/AFLplusplus/archive/%{version}.tar.gz
|
||||
Source1: afl-rpmlintrc
|
||||
Patch1: afl-3.0c-fix-paths.patch
|
||||
BuildRequires: clang
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: (clang < 16 or clang15)
|
||||
%ifarch x86_64
|
||||
BuildRequires: gcc-32bit
|
||||
%endif
|
||||
@ -50,8 +50,8 @@ BuildRequires: gcc-32bit
|
||||
BuildRequires: gcc-devel
|
||||
%endif
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm-devel >= 11.0.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: ((llvm-devel >= 11.0.0 with llvm-devel < 16) or llvm15-devel)
|
||||
Requires: lld
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user