summaryrefslogtreecommitdiffstats
path: root/lang/ruby
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-05-29 21:16:54 +0000
committerknu <knu@FreeBSD.org>2001-05-29 21:16:54 +0000
commite0affbdfbd1c37b9ac7fea06b6bfc66e78968e0e (patch)
tree069ecf3af697b25acbbc71634da779add5aabcf3 /lang/ruby
parentaf988803b6b719fec0672974d3875f9833f1adf8 (diff)
downloadFreeBSD-ports-e0affbdfbd1c37b9ac7fea06b6bfc66e78968e0e.zip
FreeBSD-ports-e0affbdfbd1c37b9ac7fea06b6bfc66e78968e0e.tar.gz
As some people including me are seeing reproduceable coredump,
temporarily stop linking ruby with libc_r. This will break such extension modules as ruby-qt, but we have to investigate the annoying problems we are seeing, present in both ruby and our libc_r. Once suggested by: green
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 1f8a1dd..320e623 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -30,6 +30,10 @@ CONFIGURE_ARGS= --enable-shared
MAN1= ruby${_RUBY_SUFFIX}.1
MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1
+.if !defined(WITH_LIBC_R)
+CONFIGURE_ARGS+= --with_libc_r=no
+.endif
+
.include <bsd.port.pre.mk>
.if !empty(RUBY_SUFFIX)
OpenPOWER on IntegriCloud