FreeBSD Bugzilla – Attachment 155146 Details for
Bug 199048
lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to disable dtrace in ruby 2.1 on non x86 archs
ruby21_disable_dtrace_arm.txt (text/plain), 465 bytes, created by
Steve Wills
on 2015-04-03 03:00:27 UTC
(
hide
)
Description:
patch to disable dtrace in ruby 2.1 on non x86 archs
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2015-04-03 03:00:27 UTC
Size:
465 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 383096) >+++ Makefile (working copy) >@@ -85,7 +85,7 @@ > LIBS+= -lpthread -L${LOCALBASE}/lib > > .if ${OPSYS} == "FreeBSD" >-.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) >+.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == "amd64" || ${ARCH} == "i386") > CONFIGURE_ARGS+= --enable-dtrace > .else > CONFIGURE_ARGS+= --disable-dtrace
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199048
: 155146