Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 12:51:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450890 - head/Mk
Message-ID:  <201709291251.v8TCpFEN044302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 29 12:51:15 2017
New Revision: 450890
URL: https://svnweb.freebsd.org/changeset/ports/450890

Log:
  gecko: unbreak on 12.0 (lld by default)
  
  /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated
  
  PR:		218808

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Fri Sep 29 11:52:28 2017	(r450889)
+++ head/Mk/bsd.gecko.mk	Fri Sep 29 12:51:15 2017	(r450890)
@@ -419,6 +419,7 @@ MOZ_OPTIONS+=	--enable-dtrace \
 LIBS+=			-lelf
 . endif
 STRIP=
+LLD_UNSAFE=		yes
 .else
 MOZ_OPTIONS+=	--disable-dtrace
 .endif



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