svn commit: r480079 - head/graphics/Hermes
Ed Maste
emaste at FreeBSD.org
Tue Sep 18 20:12:05 UTC 2018
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= *
More information about the svn-ports-all
mailing list