comparison lib/mpfr/mpfr.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix=/usr \ 46 --prefix=/ \
47 --enable-shared \ 47 --enable-shared \
48 --enable-thread-safe \ 48 --enable-thread-safe \
49 --disable-static 49 --disable-static
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/usr/lib/libmpfr.la 52 rm -f $DESTDIR/lib/libmpfr.la
53 53
54 popd 54 popd
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }