FreeBSD Bugzilla – Attachment 194994 Details for
Bug 229640
Can't import ssl in lang/python37 on FreeBSD 10.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
python37-fix-ssl-with-10.4.patch
python37-fix-ssl-with-10.4.patch (text/plain), 741 bytes, created by
Kai Knoblich
on 2018-07-09 14:37:47 UTC
(
hide
)
Description:
python37-fix-ssl-with-10.4.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-09 14:37:47 UTC
Size:
741 bytes
patch
obsolete
>Index: python37/Makefile >=================================================================== >--- python37/Makefile (revision 474248) >+++ python37/Makefile (working copy) >@@ -118,9 +118,10 @@ > PLIST_SUB+= NO_NIS="" > .endif > >-# python37 fail build ssl module on FreeBSD10, because X509_VERIFY_PARAM_set1_host check fails. >-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 >+# python37 fails to build ssl module on FreeBSD10 with base SSL because X509_VERIFY_PARAM_set1_host check fails. >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 && ${SSL_DEFAULT} == base > PLIST_SUB+= NO_SSL="@comment " >+WARNING+= "No SSL support for FreeBSD ${OSREL} with base SSL! OpenSSL must be greater than/equal to 1.0.2" > .else > PLIST_SUB+= NO_SSL="" > .endif
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:
kai
:
maintainer-approval?
(
python
)
Actions:
View
|
Diff
Attachments on
bug 229640
: 194994