1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Do not link libc_r when it is unnecessary.

This commit is contained in:
Akinori MUSHA 2001-04-01 18:14:49 +00:00
parent 391eaac231
commit 7b314e8a06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40698
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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: