FreeBSD Bugzilla – Attachment 243643 Details for
Bug 272753
devel/mongo-c-driver: fix build with openssl 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
small fixes.
0001-small-fixes.patch (text/plain), 1.06 KB, created by
Hiroo Ono
on 2023-07-27 12:24:53 UTC
(
hide
)
Description:
small fixes.
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2023-07-27 12:24:53 UTC
Size:
1.06 KB
patch
obsolete
>From d889a1536a34249ab594736e42fe0fb47e8ac201 Mon Sep 17 00:00:00 2001 >From: Hiroo Ono <hiroo.ono+freebsd@gmail.com> >Date: Thu, 27 Jul 2023 21:08:54 +0900 >Subject: [PATCH] small fixes. * delete commented out line. * remove trailing > double quote. > >--- > devel/mongo-c-driver/Makefile | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile >index e6753ad1f..1ebeab6b0 100644 >--- a/devel/mongo-c-driver/Makefile >+++ b/devel/mongo-c-driver/Makefile >@@ -26,8 +26,6 @@ CMAKE_OFF= BUILD_TESTING \ > ENABLE_TESTS \ > ENABLE_UNINSTALL > >-# CFLAGS+= -D__BSD_VISIBLE=1 >- > OPTIONS_DEFINE= CRYPTOPROFILE DOCS ICU MONGODBAWS RDTSCP SASL SNAPPY \ > SRV SSL UTF8PROC ZSTD > OPTIONS_DEFAULT= SSL >@@ -84,7 +82,7 @@ CMAKE_ARGS+= -DENABLE_SSL=LIBRESSL > .endif > CMAKE_ARGS+= -DENABLE_SSL=OPENSSL > .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} >-CFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L" >+CFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L > .endif > .endif > >-- >2.41.0 >
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 272753
: 243643