View | Details | Raw Unified | Return to bug 229640
Collapse All | Expand All

(-)python37/Makefile (-2 / +3 lines)
Lines 118-126 Link Here
118
PLIST_SUB+=	NO_NIS=""
118
PLIST_SUB+=	NO_NIS=""
119
.endif
119
.endif
120
120
121
# python37 fail build ssl module on FreeBSD10, because X509_VERIFY_PARAM_set1_host check fails.
121
# python37 fails to build ssl module on FreeBSD10 with base SSL because X509_VERIFY_PARAM_set1_host check fails.
122
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
122
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 && ${SSL_DEFAULT} == base
123
PLIST_SUB+=	NO_SSL="@comment "
123
PLIST_SUB+=	NO_SSL="@comment "
124
WARNING+=	"No SSL support for FreeBSD ${OSREL} with base SSL! OpenSSL must be greater than/equal to 1.0.2"
124
.else
125
.else
125
PLIST_SUB+=	NO_SSL=""
126
PLIST_SUB+=	NO_SSL=""
126
.endif
127
.endif

Return to bug 229640