diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-06-16 18:43:50 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-06-16 18:43:54 +0200 |
commit | 83d702f01d555da5aaab07564753c9e8259bc109 (patch) | |
tree | 87f9fe23ce45e04ae7354739e55f0a70beecf1c1 /pcr | |
parent | 6d49aff531cf5454c7510a2edd9a41a7f7717e08 (diff) | |
download | abslibre-83d702f01d555da5aaab07564753c9e8259bc109.tar.gz abslibre-83d702f01d555da5aaab07564753c9e8259bc109.tar.bz2 abslibre-83d702f01d555da5aaab07564753c9e8259bc109.zip |
pcr: aflplusplus: Add clang build dependency
Without that fix we have:
[+] llvm_mode detected llvm 11+, enabling afl-lto LTO implementation
GNUmakefile.llvm:120: we have trouble finding clang - llvm-config is not helping us
GNUmakefile.llvm:135: we have trouble finding clang++ - llvm-config is not helping us
GNUmakefile.llvm:223: clang option -flto is not working - maybe LLVMgold.so not found - cannot enable LTO mode
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/aflplusplus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/aflplusplus/PKGBUILD b/pcr/aflplusplus/PKGBUILD index eaff67a9f..b6e2a8e64 100644 --- a/pcr/aflplusplus/PKGBUILD +++ b/pcr/aflplusplus/PKGBUILD @@ -9,14 +9,14 @@ pkgname=aflplusplus pkgver=4.00c -pkgrel=4 +pkgrel=5 pkgdesc="afl++ is afl with community patches, AFLfast power schedules, qemu 3.1 upgrade + laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode and a lot more!" arch=('armv7h' 'i686' 'x86_64') url="https://github.com/AFLplusplus/AFLplusplus" license=('Apache') provides=('afl') conflicts=('afl') -makedepends=('lld' 'llvm' 'python') +makedepends=('clang' 'lld' 'llvm' 'python') optdepends=('qemu: use QEMU with afl') source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz") sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1') |