mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
afl++, move to python3.9 (#8730)
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2013-2016 Google Inc.
|
||||
2017-2021 Andrea Fioraldi
|
||||
2017-2021 Dominik Maier"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0240d34a2f99d157063e31d0c2d2801a68bc015e09187d9cc197637ec8fda635"
|
||||
SOURCE_FILENAME="aflplusplus-$portVersion.tar.gz"
|
||||
@@ -33,11 +33,15 @@ PROVIDES="
|
||||
cmd:afl_cc = $portVersion
|
||||
cmd:afl_clang++ = $portVersion
|
||||
cmd:afl_clang = $portVersion
|
||||
cmd:afl_clang_fast = $portVersion
|
||||
cmd:afl_clang_fast++ = $portVersion
|
||||
cmd:afl_cmin = $portVersion
|
||||
cmd:afl_cmin.bash = $portVersion
|
||||
cmd:afl_fuzz = $portVersion
|
||||
cmd:afl_g++ = $portVersion
|
||||
cmd:afl_g++_fast = $portVersion
|
||||
cmd:afl_gcc = $portVersion
|
||||
cmd:afl_gcc_fast = $portVersion
|
||||
cmd:afl_gotcpu = $portVersion
|
||||
cmd:afl_plot = $portVersion
|
||||
cmd:afl_showmap = $portVersion
|
||||
@@ -49,7 +53,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmp$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libpython3.7m$secondaryArchSuffix
|
||||
lib:libpython3.9$secondaryArchSuffix
|
||||
lib:libLLVM_9$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -79,6 +83,7 @@ PATCH()
|
||||
|
||||
makeAfl()
|
||||
{
|
||||
export LDFLAGS="-lbsd"
|
||||
make -f GNUmakefile \
|
||||
PREFIX=$prefix \
|
||||
BIN_PATH=$prefix/bin \
|
||||
|
||||
Reference in New Issue
Block a user