gentoo-ebuilds/app-forensics/afl/files/afl-2.57b-install-readmemd.diff
Hanno Böck 7507da323f
app-forensics/afl: Disable clang-fast mode.
This is currently broken with latest clang/llvm versions and an
upstream bug remained unanswered. We may re-enable this
once it's fixed upstream. This should resolve all clang-related
bugs.

Also fix doc installation (bug #720194).

Signed-off-by: Hanno Böck <hanno@gentoo.org>
Closes: https://bugs.gentoo.org/720194
Closes: https://bugs.gentoo.org/695488
Closes: https://bugs.gentoo.org/708524
Closes: https://bugs.gentoo.org/821973
Closes: https://bugs.gentoo.org/827107
Closes: https://bugs.gentoo.org/828689
Package-Manager: Portage-3.0.30, Repoman-3.0.3
2021-12-27 20:14:48 +01:00

12 lines
562 B
Diff

diff --git a/Makefile b/Makefile
index 5e800db26..381931289 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ endif
set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/$$i; done
install -m 755 afl-as $${DESTDIR}$(HELPER_PATH)
ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as
- install -m 644 docs/README docs/ChangeLog docs/*.txt $${DESTDIR}$(DOC_PATH)
+ install -m 644 README.md docs/ChangeLog docs/*.txt $${DESTDIR}$(DOC_PATH)
cp -r testcases/ $${DESTDIR}$(MISC_PATH)
cp -r dictionaries/ $${DESTDIR}$(MISC_PATH)