svn commit: r522070 - head/security/afl++

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 4 23:46:16 UTC 2020


Author: pkubaj
Date: Sat Jan  4 23:46:16 2020
New Revision: 522070
URL: https://svnweb.freebsd.org/changeset/ports/522070

Log:
  security/afl++: unbreak on powerpc64
  
  Builds fine on elfv2 and passes make test.

Modified:
  head/security/afl++/Makefile

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Sat Jan  4 23:39:27 2020	(r522069)
+++ head/security/afl++/Makefile	Sat Jan  4 23:46:16 2020	(r522070)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
 # In theory afl supports non-x86 architectures with the LLVM plugin.
 # This has only been run tested on aarch64 so far.
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	uses x86-only instrumentation or requires complete LLVM support
 
 USES=		gmake tar:tgz


More information about the svn-ports-all mailing list