diff options
author | Hanno Böck <hanno@gentoo.org> | 2021-12-27 20:14:07 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2021-12-27 20:14:48 +0100 |
commit | 7507da323f5f09b0d6f60e4f7293e456c09f1ec6 (patch) | |
tree | 13fde0c2b8a7416cb57bda294ab7259a20c60b09 /app-forensics/afl/files | |
parent | dev-python/black: Stabilize 21.12_beta0 ppc, #830121 (diff) | |
download | gentoo-7507da323f5f09b0d6f60e4f7293e456c09f1ec6.tar.gz gentoo-7507da323f5f09b0d6f60e4f7293e456c09f1ec6.tar.bz2 gentoo-7507da323f5f09b0d6f60e4f7293e456c09f1ec6.zip |
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
Diffstat (limited to 'app-forensics/afl/files')
-rw-r--r-- | app-forensics/afl/files/afl-2.57b-install-readmemd.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-forensics/afl/files/afl-2.57b-install-readmemd.diff b/app-forensics/afl/files/afl-2.57b-install-readmemd.diff new file mode 100644 index 000000000000..50b777413c19 --- /dev/null +++ b/app-forensics/afl/files/afl-2.57b-install-readmemd.diff @@ -0,0 +1,12 @@ +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) |