svn commit: r512142 - head/security/openssl-unsafe

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 08:13:09 UTC 2019


Author: antoine
Date: Mon Sep 16 08:13:08 2019
New Revision: 512142
URL: https://svnweb.freebsd.org/changeset/ports/512142

Log:
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/security/openssl-unsafe/Makefile

Modified: head/security/openssl-unsafe/Makefile
==============================================================================
--- head/security/openssl-unsafe/Makefile	Mon Sep 16 06:05:58 2019	(r512141)
+++ head/security/openssl-unsafe/Makefile	Mon Sep 16 08:13:08 2019	(r512142)
@@ -26,6 +26,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	PeterMosmans
 GH_TAGNAME=	c9ba19c
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: unknown argument: -Bforcearchive
+.endif
 MAKE_JOBS_UNSAFE=	yes
 
 CONFIGURE_ARGS=	enable-camellia enable-cms enable-ec enable-ec2m \


More information about the svn-ports-head mailing list