Skip to content
Snippets Groups Projects
Commit dad90578 authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by Celeste
Browse files

community/afl++: rebuild against llvm18

This fixes a dependency issue, as afl++ now depends on lld~17, but
packaged is lld in version 18.
parent 603e085e
No related branches found
No related tags found
1 merge request!67283community/afl++: rebuild against llvm18
Pipeline #239761 skipped
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Marian <marian.buschsieweke@ovgu.de> # Maintainer: Marian <marian.buschsieweke@ovgu.de>
pkgname=afl++ pkgname=afl++
pkgver=4.20c pkgver=4.20c
pkgrel=0 pkgrel=1
pkgdesc="Fuzzer relying on genetic algorithms instead of brute force" pkgdesc="Fuzzer relying on genetic algorithms instead of brute force"
url="https://aflplus.plus/" url="https://aflplus.plus/"
# s390x: blocked by missing lld # s390x: blocked by missing lld
...@@ -11,7 +11,7 @@ url="https://aflplus.plus/" ...@@ -11,7 +11,7 @@ url="https://aflplus.plus/"
arch="all !armhf !armv7 !s390x !x86" arch="all !armhf !armv7 !s390x !x86"
license="Apache-2.0" license="Apache-2.0"
# afl-cmin requires stat # afl-cmin requires stat
_llvmver=17 _llvmver=18
# llvm LTO test fails on riscv64 # llvm LTO test fails on riscv64
# https://github.com/AFLplusplus/AFLplusplus/issues/2064 # https://github.com/AFLplusplus/AFLplusplus/issues/2064
case "$CARCH" in case "$CARCH" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment