FreeBSD Bugzilla – Attachment 149996 Details for
Bug 195508
lang/python34: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch Makefile
patch-Makefile (text/plain), 735 bytes, created by
Bernard Spil
on 2014-11-29 20:57:34 UTC
(
hide
)
Description:
Patch Makefile
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2014-11-29 20:57:34 UTC
Size:
735 bytes
patch
obsolete
>--- Makefile.orig 2014-11-04 08:33:33.000000000 +0100 >+++ Makefile 2014-11-29 21:43:09.430507126 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= python34 > PORTVERSION= 3.4.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang python ipv6 > MASTER_SITES= PYTHON > MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} >@@ -108,6 +108,13 @@ > PLIST_SUB+= NO_NIS="" > .endif > >+### Fix build with LibreSSL (does not have RAND_egd) >+### PR195508, http://bugs.python.org/issue21356 >+.if !EMPTY(WITH_OPENSSL_PORT) >+CONFIGURE_ARGS+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib >+.endif >+### End PR195508 >+ > post-install: > .if ! ${PORT_OPTIONS:MDEBUG} > ${RM} -f ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975
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 195508
:
149995
| 149996