View | Details | Raw Unified | Return to bug 195511 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+7 lines)
Lines 92-97 Link Here
92
PLIST_SUB+=	NO_NIS=""
92
PLIST_SUB+=	NO_NIS=""
93
.endif
93
.endif
94
94
95
### Fix build with LibreSSL (does not have RAND_egd)
96
### PR195511, http://bugs.python.org/issue21356
97
.if !EMPTY(WITH_OPENSSL_PORT)
98
CONFIGURE_ARGS+=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
99
.endif
100
### End PR195511
101
95
post-patch:
102
post-patch:
96
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
103
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
97
	@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \
104
	@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \

Return to bug 195511