Backport #657 from trunk: 1.1
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 21 21:55:48 2008 +0000 (2008-05-21)
branch1.1
changeset 5252d349a79c40d
parent 517 8031c8ac452a
child 526 41a81837fa54
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(+)
scripts/build/mpfr.sh
     1.1 --- a/scripts/build/mpfr.sh	Thu May 15 21:09:50 2008 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Wed May 21 21:55:48 2008 +0000
     1.3 @@ -31,6 +31,7 @@
     1.4          --build=${CT_BUILD}                                 \
     1.5          --host=${CT_HOST}                                   \
     1.6          --prefix="${CT_PREFIX_DIR}"                         \
     1.7 +        --enable-thread-safe                                \
     1.8          --disable-shared --enable-static                    \
     1.9          --with-gmp="${CT_PREFIX_DIR}"                       2>&1 |CT_DoLog ALL
    1.10