community/afl++: fix build on riscv64
- When the documentation is generated the commands are called. On
riscv64
bash was missing causing the documentation to contain/bin/sh: ./afl-persistent-config: not found
- The riscv64 build logs contain
install: unrecognized option: T
cause coreutils was missing -
grep
was both in makedepends and in checkdepends which isn't needed
Edited by Sertonix