comparison lang/vala/vala.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents a70abf476771
children 42ca1f03a3a4
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_valadoc 57 $with_valadoc
59 make 58 make
60 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR
61 rm -f $DESTDIR/lib/libvala*.la 60 rm -f $DESTDIR/lib/libvala*.la