comparison graphics/libtiff/libtiff.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b1690d766bdb
children e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
77 LDFLAGS="$LDFLAGS" \ 77 LDFLAGS="$LDFLAGS" \
78 LIBS="$LIBS" \ 78 LIBS="$LIBS" \
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 \ 84 --disable-static \
85 --enable-shared \ 85 --enable-shared \
86 $with_jpeg \ 86 $with_jpeg \
87 $with_lzma \ 87 $with_lzma \