Ignore:
Timestamp:
07/09/22 15:57:38 (3 years ago)
Author:
jdquinn
Message:

BUG: Correcting some static linking in distributables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gdal/install-3-static.sh

    r27149 r27152  
    4444        --with-curl="${CURL_ROOT}/bin/curl-config" \
    4545        --with-hdf5="${HDF5_ROOT}" \
     46        --with-jpeg=internal \
    4647        --with-libz="${ZLIB_ROOT}" \
    4748        --with-netcdf="${NETCDF_ROOT}" \
     49        --with-pcre=no \
    4850        --with-pg=no \
    49         --with-proj="${PROJ_ROOT}"
     51        --with-png=internal \
     52        --with-proj="${PROJ_ROOT}" \
     53        --with-zstd=no
    5054
    5155# Compile and install
Note: See TracChangeset for help on using the changeset viewer.