comparison dns/libidn2/libidn2.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents fe7d138ea9cb
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix= \ 55 --prefix= \
56 --disable-static \
57 --enable-shared \ 56 --enable-shared \
58 $with_nls 57 $with_nls
59 make 58 make
60 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR
61 rm -f $DESTDIR/lib/libidn2.la 60 rm -f $DESTDIR/lib/libidn2.la