[Bug 199048] lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 14 18:44:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048

--- Comment #13 from mikael.urankar at gmail.com ---
Adding --with-setjmp-type=_setjmp to configure fixed the clang problem.

I don't know if this bug report is related to our issue on ARM:
https://bugs.ruby-lang.org/issues/10438
and http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48184
for the fix

.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
CONFIGURE_ARGS+=        --with-setjmp-type=_setjmp
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ruby mailing list