Accepting request 1078606 from home:dimstar:Factory
- Pin to llvm15 for the time being: code fails to build with llvm16. OBS-URL: https://build.opensuse.org/request/show/1078606 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=162
This commit is contained in:
parent
dd55fd5f18
commit
ad80a8f855
@ -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…
Reference in New Issue
Block a user