From 20fcbfe1bedf0cef3d925bf8e3afdd1c167bafaa Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 21 Jun 2019 13:46:53 +0200 Subject: [PATCH] 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 \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? --- gdal.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdal.be0 b/gdal.be0 index 793d0aa32..a60956671 100755 --- a/gdal.be0 +++ b/gdal.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gdal-2.3.1-0 +# BEE_VERSION gdal-2.3.3-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)