comparison lib/libtasn1/libtasn1.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
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix= \ 45 --prefix= \
46 --disable-static \
47 --enable-shared 46 --enable-shared
48 make 47 make
49 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/lib/libtasn1.la 49 rm -f $DESTDIR/lib/libtasn1.la
51 50