summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-16 17:48:27 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-16 17:49:40 +0200
commit052713fc8cb45d65df9a96f31c96ced53d67751f (patch)
treeb8dd881070e4286832f1a6b66142c4f9de1d47f1
parent92c27d3ec39a0fa96e191ea180d689b839e422c5 (diff)
pcr: aflplusplus: enable LTO
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/aflplusplus/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcr/aflplusplus/PKGBUILD b/pcr/aflplusplus/PKGBUILD
index fb6b0da3b..5ec2988d4 100644
--- a/pcr/aflplusplus/PKGBUILD
+++ b/pcr/aflplusplus/PKGBUILD
@@ -5,16 +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
pkgname=aflplusplus
pkgver=4.00c
-pkgrel=1
+pkgrel=2
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')
optdepends=('qemu: use QEMU with afl')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1')