Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 20:12:05 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480079 - head/graphics/Hermes
Message-ID:  <201809182012.w8IKC52c039252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Tue Sep 18 20:12:04 2018
New Revision: 480079
URL: https://svnweb.freebsd.org/changeset/ports/480079

Log:
  graphics/Hermes: allow linking with lld on i386
  
  By default lld does not allow relocations against read-only segments.
  Add -Wl,-znotext to override the default.  No effect on GNU ld, where
  this just reaffirms the default.
  
  Approved by:	portmgr (lld blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/graphics/Hermes/Makefile

Modified: head/graphics/Hermes/Makefile
==============================================================================
--- head/graphics/Hermes/Makefile	Tue Sep 18 20:09:56 2018	(r480078)
+++ head/graphics/Hermes/Makefile	Tue Sep 18 20:12:04 2018	(r480079)
@@ -15,6 +15,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
+LDFLAGS_i386=	-Wl,-znotext
 
 PORTDOCS=	*
 



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