FreeBSD Bugzilla – Attachment 200135 Details for
Bug 232309
[PATCH] net/socketw : Fix build on OpenSSL > 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark as broken for OpenSSL > 1.1
socketw-3.10.26.20180918.diff (text/plain), 692 bytes, created by
Thibault Payet
on 2018-12-15 17:17:28 UTC
(
hide
)
Description:
Mark as broken for OpenSSL > 1.1
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2018-12-15 17:17:28 UTC
Size:
692 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 487376) >+++ Makefile (copie de travail) >@@ -10,6 +10,10 @@ > > LICENSE= GPLv2+ > >+BROKEN_SSL= libressl openssl111 >+BROKEN_SSL_REASON_libressl= Needs an old version of OpenSSL (older than 1.1) >+BROKEN_SSL_REASON_openssl111= Needs an older version of OpenSSL (older than 1.1) >+ > USES= cmake ssl:build > > USE_GITHUB= yes >@@ -18,4 +22,11 @@ > > CFLAGS+= -I${OPENSSLINC} > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} >= 1200085 >+BROKEN_SSL+= base >+BROKEN_SSL_REASON_base= Needs an older version of OpenSSL (older than 1.1) >+.endif >+ >+.include <bsd.port.post.mk>
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:
monwarez
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 232309
:
200135
|
201240
|
201257
|
201258
|
201335