comparison graphics/wayland/wayland.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents b0fd9c97761e
children 5c489ef232dc
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ./configure \ 60 ./configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --prefix= \ 63 --prefix= \
64 --disable-static \
65 $with_dtd \ 64 $with_dtd \
66 $with_doxygen 65 $with_doxygen
67 make 66 make
68 make install DESTDIR=$DESTDIR 67 make install DESTDIR=$DESTDIR
69 rm -f $DESTDIR/lib/libwayland-*.la 68 rm -f $DESTDIR/lib/libwayland-*.la