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

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 8104a57ba6ca
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
71 LIBS="$LIBS" \ 71 LIBS="$LIBS" \
72 ./configure \ 72 ./configure \
73 --build=$CBUILD \ 73 --build=$CBUILD \
74 --host=$CHOST \ 74 --host=$CHOST \
75 --prefix= \ 75 --prefix= \
76 --disable-static \
77 --enable-shared \ 76 --enable-shared \
78 $with_jpeg \ 77 $with_jpeg \
79 $with_png \ 78 $with_png \
80 $with_tiff 79 $with_tiff
81 make 80 make