Date: Tue, 14 Apr 2015 18:44:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 199048] lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib Message-ID: <bug-199048-7-GuKlvm9h5E@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199048-7@https.bugs.freebsd.org/bugzilla/> References: <bug-199048-7@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048 --- Comment #13 from mikael.urankar@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 on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199048-7-GuKlvm9h5E>