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-python-static.sh

    r27149 r27152  
    4545        --with-curl="${CURL_ROOT}/bin/curl-config" \
    4646        --with-hdf5="${HDF5_ROOT}" \
     47        --with-jpeg=internal \
    4748        --with-libz="${ZLIB_ROOT}" \
    4849        --with-netcdf="${NETCDF_ROOT}" \
     50        --with-pcre=no \
    4951        --with-pg=no \
    50         --with-proj="${PROJ_ROOT}"
     52        --with-png=internal \
     53        --with-proj="${PROJ_ROOT}" \
     54        --with-zstd=no
    5155
    5256# Compile and install
Note: See TracChangeset for help on using the changeset viewer.