FreeBSD Bugzilla – Attachment 245049 Details for
Bug 273961
devel/pkgconf: unconditionally prioritises base system libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add hints for CMake and rust staff to find proper SSL lib
06cb9ad88a.patch (text/plain), 853 bytes, created by
Ivan Rozhuk
on 2023-09-20 12:01:23 UTC
(
hide
)
Description:
Add hints for CMake and rust staff to find proper SSL lib
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-09-20 12:01:23 UTC
Size:
853 bytes
patch
obsolete
>From 06cb9ad88aa97a2bbb5bb1eb469254f861a817ed Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Wed, 20 Sep 2023 14:55:04 +0300 >Subject: [PATCH] Fix multiple *ssl lib issues: CMkae, py-cryptography and > probably other > >--- > Mk/Uses/ssl.mk | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Mk/Uses/ssl.mk b/Mk/Uses/ssl.mk >index 6b7c09857f34..0772e54569eb 100644 >--- a/Mk/Uses/ssl.mk >+++ b/Mk/Uses/ssl.mk >@@ -114,6 +114,10 @@ MAKE_ENV+= OPENSSLBASE=${OPENSSLBASE} > MAKE_ENV+= OPENSSLDIR=${OPENSSLDIR} > MAKE_ENV+= OPENSSLINC=${OPENSSLINC} > MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} >+MAKE_ENV+= OPENSSL_DIR="${OPENSSLBASE}" >+MAKE_ENV+= OPENSSL_ROOT_DIR=${OPENSSLBASE} >+CONFIGURE_ENV+= OPENSSL_DIR=${OPENSSLBASE} >+CONFIGURE_ENV+= OPENSSL_ROOT_DIR=${OPENSSLBASE} > > . if defined(OPENSSLRPATH) > . if defined(USE_OPENSSL_RPATH)
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
Flags:
zirias
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 273961
:
245049
|
245058
|
245503
|
245511