summaryrefslogtreecommitdiff
path: root/net-libs/libssh2/libssh2-1.10.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-29 23:15:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-29 23:15:57 +0100
commit2ebceb686e2370a0a9172a7be4a3c29555a08b80 (patch)
treeda445d4418a55d8e05bfb6d709fb65ac3eca9daa /net-libs/libssh2/libssh2-1.10.0.ebuild
parente169149b84bc9ff33d3286d60dfab754d2e0e4be (diff)
gentoo auto-resync : 29:04:2023 - 23:15:57
Diffstat (limited to 'net-libs/libssh2/libssh2-1.10.0.ebuild')
-rw-r--r--net-libs/libssh2/libssh2-1.10.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-libs/libssh2/libssh2-1.10.0.ebuild b/net-libs/libssh2/libssh2-1.10.0.ebuild
index 0b459297cb05..00504d7654e5 100644
--- a/net-libs/libssh2/libssh2-1.10.0.ebuild
+++ b/net-libs/libssh2/libssh2-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,6 +30,10 @@ DEPEND="
${RDEPEND}
"
+PATCHES=(
+ "${FILESDIR}"/${P}-libressl.patch #903001
+)
+
multilib_src_configure() {
local crypto_backend=OpenSSL
if use gcrypt; then