comparison mate/mate-panel/mate-panel.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
68 LIBS="$LIBS" \ 68 LIBS="$LIBS" \
69 ./configure \ 69 ./configure \
70 --build=$CBUILD \ 70 --build=$CBUILD \
71 --host=$CHOST \ 71 --host=$CHOST \
72 --prefix= \ 72 --prefix= \
73 --disable-static \
74 --enable-shared \ 73 --enable-shared \
75 $with_wayland \ 74 $with_wayland \
76 $with_x 75 $with_x
77 make 76 make
78 make install DESTDIR=$DESTDIR 77 make install DESTDIR=$DESTDIR