Skip to content

Commit

Permalink
tiff: avoid building unnecessary things (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke authored Dec 27, 2022
1 parent 33128f2 commit f0fb81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $CURL https://download.osgeo.org/libtiff/tiff-${VERSION_TIFF}.tar.gz | tar xzC $
cd ${DEPS}/tiff
# Propagate -pthread into CFLAGS to ensure WebP support
CFLAGS="${CFLAGS} -pthread" ./configure --host=${CHOST} --prefix=${TARGET} --enable-static --disable-shared --disable-dependency-tracking \
--disable-mdi --disable-pixarlog --disable-old-jpeg --disable-cxx --disable-lzma --disable-zstd
--disable-tools --disable-tests --disable-contrib --disable-docs --disable-mdi --disable-pixarlog --disable-old-jpeg --disable-cxx --disable-lzma --disable-zstd
make install-strip

mkdir ${DEPS}/orc
Expand Down

0 comments on commit f0fb81d

Please sign in to comment.