Skip to content

Commit

Permalink
Ensure zstd is built before tiff
Browse files Browse the repository at this point in the history
Resolves #87
  • Loading branch information
sgillies committed Aug 9, 2022
1 parent a31115d commit e56f6db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

## 2022-08-09

* Ensure zstd is built before tiff (#87).

## 2022-05-20

Library version changes:
Expand Down
5 changes: 3 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function get_cmake {

function build_tiff {
if [ -e tiff-stamp ]; then return; fi
build_zstd
build_zlib
build_jpeg
ensure_xz
Expand Down Expand Up @@ -349,18 +350,18 @@ function pre_build {

suppress build_curl

suppress build_libwebp
suppress build_zstd
suppress build_libpng
suppress build_jpeg
suppress build_openjpeg
suppress build_jsonc
suppress build_sqlite
build_proj
suppress build_expat
suppress build_libwebp
suppress build_geos
suppress build_hdf5
suppress build_netcdf
suppress build_zstd

if [ -n "$IS_OSX" ]; then
export LDFLAGS="${LDFLAGS} -Wl,-rpath,${BUILD_PREFIX}/lib"
Expand Down

0 comments on commit e56f6db

Please sign in to comment.