Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdal: Rebuild owed to broken depencies on openssl
Symptom: Packages that build against libgdal fail compilation tests. Example (taken from autoconf test): echo -e \ "#include <gdal.h>\nextern \"C\" {int main(){GDALAllRegister();}}" | \ g++ -x c++ - -o junk -std=gnu++11 \ $(echo `gdal-config --cflags` `gdal-config --libs` \ `gdal-config --dep-libs`) Giving undefined references to: 'CRYPTO_get_id_callback' and 'EVP_MD_CTX_create' Found/referenced in: ./boost/asio/ssl/detail/impl/openssl_init.ipp ./openssl/crypto.h and ./openssl/cms.h 5 more ./openssl/x509.h So, time to rebuild boost too?
- Loading branch information