comparison mate/marco/marco.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
56 LIBS="$LIBS" \ 56 LIBS="$LIBS" \
57 ./configure \ 57 ./configure \
58 --build=$CBUILD \ 58 --build=$CBUILD \
59 --host=$CHOST \ 59 --host=$CHOST \
60 --prefix= \ 60 --prefix= \
61 --disable-static \
62 --enable-shared 61 --enable-shared
63 make 62 make
64 make install DESTDIR=$DESTDIR 63 make install DESTDIR=$DESTDIR
65 rm -f $DESTDIR/lib/libmarco-private.la 64 rm -f $DESTDIR/lib/libmarco-private.la
66 65