FreeBSD Bugzilla – Attachment 200711 Details for
Bug 234568
lang/python27,36: Fails to build against libressl 2.8.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile hack for compatibility
p (text/plain), 531 bytes, created by
Adriaan de Groot
on 2019-01-02 13:42:20 UTC
(
hide
)
Description:
Makefile hack for compatibility
Filename:
MIME Type:
Creator:
Adriaan de Groot
Created:
2019-01-02 13:42:20 UTC
Size:
531 bytes
patch
obsolete
>Index: lang/python27/Makefile >=================================================================== >--- lang/python27/Makefile (revision 489080) >+++ lang/python27/Makefile (working copy) >@@ -101,6 +101,10 @@ > CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 > .endif > >+.if ${SSL_DEFAULT} == libressl || ${SSL_DEFAULT} == libressl-devel >+CFLAGS+= -DOPENSSL_NO_SSL3=1 >+.endif >+ > # See https://bugs.freebsd.org/115940 and https://bugs.freebsd.org/193650 > .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) > PLIST_SUB+= NO_NIS="@comment "
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 234568
: 200711 |
203075