FreeBSD Bugzilla – Attachment 150002 Details for
Bug 195511
lang/python33: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile
patch-Makefile (text/plain), 523 bytes, created by
Bernard Spil
on 2014-11-29 22:13:58 UTC
(
hide
)
Description:
Patch for Makefile
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2014-11-29 22:13:58 UTC
Size:
523 bytes
patch
obsolete
>--- Makefile.orig 2014-11-04 10:14:21.000000000 +0100 >+++ Makefile 2014-11-29 22:48:05.810149292 +0100 >@@ -92,6 +92,13 @@ > PLIST_SUB+= NO_NIS="" > .endif > >+### Fix build with LibreSSL (does not have RAND_egd) >+### PR195511, http://bugs.python.org/issue21356 >+.if !EMPTY(WITH_OPENSSL_PORT) >+CONFIGURE_ARGS+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib >+.endif >+### End PR195511 >+ > post-patch: > .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) > @${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \
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 195511
: 150002 |
150003
|
150004
|
150005