FreeBSD Bugzilla – Attachment 220486 Details for
Bug 251782
Mk/bsd.default-versions.mk: define SSL_DEFAULT=openssl on FreeBSD 11.*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug251782.diff (text/plain), 864 bytes, created by
Jan Beich
on 2020-12-12 14:06:02 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2020-12-12 14:06:02 UTC
Size:
864 bytes
patch
obsolete
>From 767011599a83d53245aeb248d026ef023d719b84 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sat, 12 Dec 2020 13:54:11 +0000 >Subject: [PATCH] Switch to security/openssl on FreeBSD 11 > >PR: 251782 >Approved by: ? >--- > Mk/bsd.default-versions.mk | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index f132d211fdb4..189533872e21 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -117,7 +117,11 @@ SAMBA_DEFAULT?= 4.12 > . if !defined(SSL_DEFAULT) && \ > !exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) && \ > exists(${DESTDIR}/usr/include/openssl/opensslv.h) >+. if exists(/lib/libcrypto.so.8) >+SSL_DEFAULT= openssl >+. else > SSL_DEFAULT= base >+. endif > . else > . if exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) > . if defined(PKG_BIN)
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 251782
: 220486