Backport #657 from trunk:

Build a thread-safe MPFR library.

 /branches/1.1/scripts/build/mpfr.sh |    1     1     0     0 +
 1 file changed, 1 insertion(+)
This commit is contained in:
Yann E. MORIN" 2008-05-21 21:55:48 +00:00
parent 46dd3f036f
commit 88b9d34615

View File

@ -31,6 +31,7 @@ do_mpfr() {
--build=${CT_BUILD} \
--host=${CT_HOST} \
--prefix="${CT_PREFIX_DIR}" \
--enable-thread-safe \
--disable-shared --enable-static \
--with-gmp="${CT_PREFIX_DIR}" 2>&1 |CT_DoLog ALL