Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 18:27:51 +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: r512223 - branches/2019Q3/devel/mpatrol
Message-ID:  <201909171827.x8HIRpSZ043818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 17 18:27:50 2019
New Revision: 512223
URL: https://svnweb.freebsd.org/changeset/ports/512223

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

Modified:
  branches/2019Q3/devel/mpatrol/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/mpatrol/Makefile
==============================================================================
--- branches/2019Q3/devel/mpatrol/Makefile	Tue Sep 17 18:27:32 2019	(r512222)
+++ branches/2019Q3/devel/mpatrol/Makefile	Tue Sep 17 18:27:50 2019	(r512223)
@@ -12,6 +12,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dynamic memory debugging and profiling library
 
 ONLY_FOR_ARCHS=	amd64 i386
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: relocation R_386_PC32 cannot be used against symbol __mp_init
+.endif
 
 LIB_DEPENDS=	libelf.so.0:devel/libelf
 



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