comparison compression/xz/xz.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
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --prefix= \ 54 --prefix= \
55 --disable-static \
56 --enable-shared \ 55 --enable-shared \
57 $with_nls 56 $with_nls
58 make 57 make
59 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
60 rm -f $DESTDIR/lib/liblzma.la 59 rm -f $DESTDIR/lib/liblzma.la