[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 1 22:59:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153
--- Comment #6 from John Hein <jcfyecrayz at liamekaens.com> ---
By the way, using binutils [1] from ports to use a different ld fails when
linking libxul.so in a different way:
.
.
/usr/local/bin/ld: ../../js/src/js-dtrace.o: warning: relocation against
`_ZN2js13ExecuteKernelEP9JSContextN2JS6HandleIP8JSScriptEER8JSObjectRKNS2_5ValueENS_16AbstractFramePtrEPS9_'
in read-only section `.SUNW_dof'
/usr/local/bin/ld: read-only segment has dynamic relocations
clang-7: error: linker command failed with exit code 1 (use -v to see
invocation)
[1]
Index: Makefile
===================================================================
--- Makefile (revision 491624)
+++ Makefile (working copy)
@@ -28,6 +28,8 @@
zip:archivers/zip
SSP_UNSAFE= yes
+USE_BINUTILS= yes
+LDFLAGS+=-B/usr/local/bin
USE_GECKO= gecko
USE_MOZILLA= -webp
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list