FreeBSD Bugzilla – Attachment 244765 Details for
Bug 273609
devel/libgit2: Build failure with openssl3x/libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ebbe3709b4.patch (text/plain), 791 bytes, created by
Ivan Rozhuk
on 2023-09-11 04:50:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-09-11 04:50:05 UTC
Size:
791 bytes
patch
obsolete
>From ebbe3709b4e58b197ff8a3d6efa45de95aa495db Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Mon, 11 Sep 2023 07:47:02 +0300 >Subject: [PATCH] devel/libgit2: fix build with libressl and openssl3 > >--- > devel/libgit2/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile >index 6077ec583236..20f168a50566 100644 >--- a/devel/libgit2/Makefile >+++ b/devel/libgit2/Makefile >@@ -20,6 +20,9 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ > USES= cmake:testing cpe pkgconfig python:build ssl > USE_GITHUB= yes > USE_LDCONFIG= yes >+CFLAGS+= -DSSLv23_method=TLS_client_method \ >+ -Dsk_num=OPENSSL_sk_num -Dsk_value=OPENSSL_sk_value \ >+ -DSSL_get1_peer_certificate=SSL_get1_peer_certificate > > CMAKE_TESTING_ON= BUILD_TESTS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273609
:
244765
|
244773