[Bug 230215] multimedia/libfame: fail to link with lld as /usr/bin/ld on i386
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Wed Aug  1 12:34:52 UTC 2018
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230215
--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
I think this Makefile addition may work:
.if ${ARCH} == i386
# PR230215 Allow relocations against read-only segments (override lld default)
LDFLAGS+=-Wl,-z,notext
.endif
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-multimedia
mailing list