[Bug 248550] devel/py-grpcio: fix build on powerpc(64)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 9 12:17:13 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248550
--- Comment #2 from commit-hook at FreeBSD.org ---
A commit references this bug:
Author: pkubaj
Date: Sun Aug 9 12:16:57 UTC 2020
New revision: 544563
URL: https://svnweb.freebsd.org/changeset/ports/544563
Log:
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 ALPN
support is required, but it was implemented back in OpenSSL 1.0.2, which even
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)
MFH: 2020Q3 (fix build blanket)
Changes:
head/devel/py-grpcio/Makefile
head/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list