From 3968840376a79d24d022dfcec9f1506bcbfa946b Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 16 Jun 2022 17:54:53 +0200 Subject: pcr: aflplusplus: Add llvm to makedepends for llvm-config Without that fix, with libremakepkg, we have: | [+] llvm_mode detected llvm < 11, afl-lto LTO will not be build. | 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 Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/aflplusplus/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr/aflplusplus/PKGBUILD') diff --git a/pcr/aflplusplus/PKGBUILD b/pcr/aflplusplus/PKGBUILD index 5ec2988d4..96427cee0 100644 --- a/pcr/aflplusplus/PKGBUILD +++ b/pcr/aflplusplus/PKGBUILD @@ -5,18 +5,18 @@ # - Added armv7h and i686 architectures # - Added workaround for -fvar-tracking-assignments being in the # default /etc/makepkg.conf -# - Added depends=('lldb') to be able to build llvm-lto +# - Added depends=('lldb' 'llvm') to be able to build llvm-lto pkgname=aflplusplus pkgver=4.00c -pkgrel=2 +pkgrel=3 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=('lldb') +makedepends=('lldb' 'llvm') optdepends=('qemu: use QEMU with afl') source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz") sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1') -- cgit v1.2.3