Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 08:13:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512143 - branches/2019Q3/security/openssl-unsafe
Message-ID:  <201909160813.x8G8DwSD066645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909160813.x8G8DwSD066645>