libgit2_25: use openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 10:55:01 +02:00
parent a19031768e
commit bd1a3d3e9b

View File

@@ -15,7 +15,7 @@ DESCRIPTION="The library provides:
HOMEPAGE="http://libgit2.github.com/"
COPYRIGHT="2005-2017 libgit2 project"
LICENSE="GNU LGPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/libgit2/libgit2/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="465c7c0a3d9b3edf151d4ada31597f2805b7c2e80b92c03062a6345e03ef8c7b"
SOURCE_DIR="libgit2-$portVersion"
@@ -45,7 +45,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix
devel:libssh2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
@@ -69,7 +69,8 @@ BUILD()
-DINCLUDE_INSTALL_DIR:PATH=$includeDir \
-DLIB_INSTALL_DIR:PATH=$libDir \
-DBUILD_CLAR=OFF \
-DBUILD_EXAMPLES=OFF
-DBUILD_EXAMPLES=OFF \
-DCMAKE_BUILD_TYPE=Release
make $jobArgs
}