summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-01 18:14:49 +0000
committerknu <knu@FreeBSD.org>2001-04-01 18:14:49 +0000
commit3a1d65d53fba19a89201562a9950398e86372199 (patch)
treeca3546af71a77f162ffc474c9416ffc7d4051bd3 /lang
parent063c008f474d4296d828749af6069fe1d6a66ea9 (diff)
downloadFreeBSD-ports-3a1d65d53fba19a89201562a9950398e86372199.zip
FreeBSD-ports-3a1d65d53fba19a89201562a9950398e86372199.tar.gz
Do not link libc_r when it is unnecessary.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby16_static/Makefile1
-rw-r--r--lang/ruby_static/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index ca95253..3c16797 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_static/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ENV= XLDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS!= cd ${_RUBY_PORTDIR} && ${MAKE} -V CONFIGURE_ARGS
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-shared:M-*} \
--with-static-linked-ext=yes \
+ --with-libc_r=no \
--with-opt-dir="${LOCALBASE}"
do-fetch:
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile
index ca95253..3c16797 100644
--- a/lang/ruby_static/Makefile
+++ b/lang/ruby_static/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ENV= XLDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS!= cd ${_RUBY_PORTDIR} && ${MAKE} -V CONFIGURE_ARGS
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-shared:M-*} \
--with-static-linked-ext=yes \
+ --with-libc_r=no \
--with-opt-dir="${LOCALBASE}"
do-fetch:
OpenPOWER on IntegriCloud