FreeBSD Bugzilla – Attachment 172145 Details for
Bug 205960
lang/python35 lang/python34: Backport upstream issue 24557
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ac_cv_lib_crypto_RAND_egd=no
python.patch (text/plain), 858 bytes, created by
Adam Weinberger
on 2016-07-05 16:01:16 UTC
(
hide
)
Description:
ac_cv_lib_crypto_RAND_egd=no
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2016-07-05 16:01:16 UTC
Size:
858 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418089) >+++ Makefile (working copy) >@@ -13,8 +13,7 @@ > > LICENSE= PSFL > >-USES= cpe ncurses pkgconfig readline tar:xz >-USE_OPENSSL= yes >+USES= cpe ncurses pkgconfig readline ssl tar:xz > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > >@@ -116,6 +115,12 @@ > PLIST_SUB+= NO_NIS="" > .endif > >+.include <bsd.port.pre.mk> >+ >+.if ${SSL_DEFAULT:Mlibressl*} >+CONFIGURE_ENV+= ac_cv_lib_crypto_RAND_egd=no >+.endif >+ > post-install: > .if ! ${PORT_OPTIONS:MDEBUG} > ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975 >@@ -123,4 +128,4 @@ > for i in ${STAGEDIR}${PREFIX}/lib/python3.4/lib-dynload/*.so; do \ > ${STRIP_CMD} $$i; done # Strip shared extensions > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 205960
:
165181
|
172123
|
172145
|
172152
|
172190
|
172191
|
172245
|
172247