SHA256
1
0
forked from pool/grpc

Accepting request 746418 from home:mrostecki:branches:devel:kubic

- Add patch which replaces BoringSSL with OpenSSL as the SSL
  library when grpc is used as a Bazel dependency:
  * 0001-bazel-Replace-boringssl-with-openssl.patch

OBS-URL: https://build.opensuse.org/request/show/746418
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=52
This commit is contained in:
Martin Pluskal
2019-11-08 08:46:18 +00:00
committed by Git OBS Bridge
parent 68faf79ec0
commit a6871585a6
3 changed files with 62 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ URL: https://grpc.io/
Source0: https://github.com/grpc/grpc/archive/v%rver.tar.gz
Source1: %{name}-rpmlintrc
Patch1: gettid.patch
Patch2: 0001-bazel-Replace-boringssl-with-openssl.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -114,6 +115,7 @@ This subpackage contains the python3 bindings.
%prep
%autosetup -n grpc-%rver -p1
sed -i -e "s|%%LIBDIR%%|%{_libdir}|" bazel/grpc_deps.bzl
%build
%define _lto_cflags %nil