svn commit: r512023 - branches/2019Q3/devel/p5-Data-MessagePack-Stream

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 15:33:05 UTC 2019


Author: antoine
Date: Sat Sep 14 15:33:05 2019
New Revision: 512023
URL: https://svnweb.freebsd.org/changeset/ports/512023

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

Modified:
  branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile
==============================================================================
--- branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile	Sat Sep 14 15:32:36 2019	(r512022)
+++ branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile	Sat Sep 14 15:33:05 2019	(r512023)
@@ -11,6 +11,9 @@ MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for yet another messagepack streaming deserializer
 
 BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: relocation R_386_PC32 cannot be used against symbol malloc
+.endif
 BROKEN_mips=		fails to build: atomic operations are not found
 BROKEN_mips64=		fails to build: atomic operations are not found
 BROKEN_sparc64=		fails to build: atomic operations are not found


More information about the svn-ports-branches mailing list