diff --git a/app-crypt/olm/olm-3.1.4.recipe b/app-crypt/olm/olm-3.2.7.recipe similarity index 91% rename from app-crypt/olm/olm-3.1.4.recipe rename to app-crypt/olm/olm-3.2.7.recipe index 225fbbb69..69d5e2f92 100644 --- a/app-crypt/olm/olm-3.1.4.recipe +++ b/app-crypt/olm/olm-3.2.7.recipe @@ -9,12 +9,12 @@ COPYRIGHT="2015-2016 OpenMarket Ltd. LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/$portVersion/olm-$portVersion.tar.bz2" -CHECKSUM_SHA256="eff513cff8e5c7af657e800a2c2dbbdee5be19ee9ce24c5498a2528c4b5f1dc3" +CHECKSUM_SHA256="b16e776f1b751744ab4942a5e2e5db418f5c912f7c429fae37d8444c7191a1f7" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="!x86_gcc2 x86" -libVersion="3.1.4" +libVersion="3.2.7" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -52,6 +52,7 @@ BUILD() # Test fals to build, complains about fPIC cmake .. \ -DOLM_TESTS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs make $jobArgs