scripts/build/companion_libs/mpc.sh
changeset 1891 2f0de10c058d
parent 1890 39045a2f1163
child 1892 af092b4bf65c
     1.1 --- a/scripts/build/companion_libs/mpc.sh	Sat Apr 10 23:42:28 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpc.sh	Sat Apr 10 23:43:08 2010 +0200
     1.3 @@ -37,8 +37,8 @@
     1.4          --prefix="${CT_PREFIX_DIR}"                 \
     1.5          --with-gmp="${CT_PREFIX_DIR}"               \
     1.6          --with-mpfr="${CT_PREFIX_DIR}"              \
     1.7 -        --enable-shared                             \
     1.8 -        --disable-static                            \
     1.9 +        --disable-shared                            \
    1.10 +        --enable-static
    1.11  
    1.12      CT_DoLog EXTRA "Building MPC"
    1.13      CT_DoExecLog ALL make ${PARALLELMFLAGS}