comparison graphics/libtiff/libtiff.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
83 LDFLAGS="$LDFLAGS" \ 83 LDFLAGS="$LDFLAGS" \
84 LIBS="$LIBS" \ 84 LIBS="$LIBS" \
85 ./configure \ 85 ./configure \
86 --build=$CBUILD \ 86 --build=$CBUILD \
87 --host=$CHOST \ 87 --host=$CHOST \
88 --prefix= \ 88 --prefix=/usr \
89 --with-docdir=/share/doc/libtiff \ 89 --with-docdir=/share/doc/libtiff \
90 --enable-shared \ 90 --enable-shared \
91 $with_jpeg \ 91 $with_jpeg \
92 $with_lzma \ 92 $with_lzma \
93 $with_webp \ 93 $with_webp \