svn commit: r512143 - branches/2019Q3/security/openssl-unsafe

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


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

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

Modified:
  branches/2019Q3/security/openssl-unsafe/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/security/openssl-unsafe/Makefile
==============================================================================
--- branches/2019Q3/security/openssl-unsafe/Makefile	Mon Sep 16 08:13:08 2019	(r512142)
+++ branches/2019Q3/security/openssl-unsafe/Makefile	Mon Sep 16 08:13:57 2019	(r512143)
@@ -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-branches mailing list