comparison mate/libmatemixer/libmatemixer.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
58 LIBS="$LIBS" \ 58 LIBS="$LIBS" \
59 ./configure \ 59 ./configure \
60 --build=$CBUILD \ 60 --build=$CBUILD \
61 --host=$CHOST \ 61 --host=$CHOST \
62 --prefix= \ 62 --prefix= \
63 --disable-static \
64 --enable-shared \ 63 --enable-shared \
65 $with_alsa \ 64 $with_alsa \
66 $with_pulseaudio 65 $with_pulseaudio
67 make 66 make
68 make install DESTDIR=$DESTDIR 67 make install DESTDIR=$DESTDIR