Date: Sun, 09 Aug 2020 12:19:14 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 248550] devel/py-grpcio: fix build on powerpc(64) Message-ID: <bug-248550-25139-0K2CgMbb0q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248550-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-248550-25139@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248550 --- Comment #3 from commit-hook@FreeBSD.org --- A commit references this bug: Author: pkubaj Date: Sun Aug 9 12:18:17 UTC 2020 New revision: 544564 URL: https://svnweb.freebsd.org/changeset/ports/544564 Log: MFH: r544563 devel/py-grpcio: fix build on powerpc(64) Some mingling with headers is required to build abseil properly. BoringSSL doesn't support powerpc and powerpc64 at all, only powerpc64le (ppc64le) is supported, so use system OpenSSL. BoringSSL is used because AL= PN support is required, but it was implemented back in OpenSSL 1.0.2, which ev= en stable/11 branch has. There's no need to use external SSL library at all. Bump PORTREVISION because of package change. PR: 248550 Approved by: vanilla (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q3/ branches/2020Q3/devel/py-grpcio/Makefile =20 branches/2020Q3/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_ba= se_internal_unscaledcycleclock.cc --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248550-25139-0K2CgMbb0q>