comparison graphics/libtiff/libtiff.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 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
79 ./configure \ 79 ./configure \
80 --build=$CBUILD \ 80 --build=$CBUILD \
81 --host=$CHOST \ 81 --host=$CHOST \
82 --prefix= \ 82 --prefix= \
83 --with-docdir=/share/doc/libtiff \ 83 --with-docdir=/share/doc/libtiff \
84 --disable-static \
85 --enable-shared \ 84 --enable-shared \
86 $with_jpeg \ 85 $with_jpeg \
87 $with_lzma \ 86 $with_lzma \
88 $with_zlib \ 87 $with_zlib \
89 $with_zstd 88 $with_zstd