svn commit: r450890 - head/Mk

Jan Beich jbeich at FreeBSD.org
Fri Sep 29 12:51:16 UTC 2017


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


More information about the svn-ports-all mailing list