comparison lib/mpfr/mpfr.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix= \ 46 --prefix= \
47 --enable-shared \ 47 --enable-shared \
48 --enable-thread-safe \ 48 --enable-thread-safe
49 --disable-static
50 make 49 make
51 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/lib/libmpfr.la 51 rm -f $DESTDIR/lib/libmpfr.la
53 52
54 cd .. 53 cd ..