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:
parent
391eaac231
commit
7b314e8a06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40698
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user