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

Collapse All | Expand All

(-)Makefile (+7 lines)
Lines 98-103 Link Here
98
PLIST_SUB+=	NO_NIS=""
98
PLIST_SUB+=	NO_NIS=""
99
.endif
99
.endif
100
100
101
### Fix build with LibreSSL (does not have RAND_egd)
102
### PR195513, http://bugs.python.org/issue21356
103
.if !EMPTY(WITH_OPENSSL_PORT)
104
CONFIGURE_ARGS+=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
105
.endif
106
### End PR195513
107
101
post-patch:
108
post-patch:
102
	@${REINPLACE_CMD} -e \
109
	@${REINPLACE_CMD} -e \
103
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
110
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \

Return to bug 195513