olm, revbump, fixes build with cmake4 (#13344)

This commit is contained in:
Schrijvers Luc
2025-12-08 16:28:46 +01:00
committed by GitHub
parent a64b124194
commit 184a257447

View File

@@ -7,7 +7,7 @@ HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
COPYRIGHT="2015-2016 OpenMarket Ltd.
2018-2019 New Vector Ltd."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/$portVersion/olm-$portVersion.tar.bz2"
CHECKSUM_SHA256="327cfcb81ef0c42f4b1d5c24b25d56932b57d64ccd9f00ed919a893a43333411"
PATCHES="olm-$portVersion.patchset"
@@ -50,6 +50,7 @@ BUILD()
{
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
$cmakeDirArgs \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DOLM_TESTS=OFF
make -C build $jobArgs