SHA256
1
0
forked from pool/grpc

- Throw out silly -Werror in release builds.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=28
This commit is contained in:
Jan Engelhardt 2018-06-23 09:33:26 +00:00 committed by Git OBS Bridge
parent da1554be0f
commit 96a32e49ec
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 23 09:33:15 UTC 2018 - jengelh@inai.de
- Throw out silly -Werror in release builds.
-------------------------------------------------------------------
Fri May 25 05:34:36 UTC 2018 - tbechtold@suse.com

View File

@ -93,7 +93,8 @@ This subpackage contains the python3 bindings.
%patch2 -p1
%build
make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 CFLAGS="%optflags" CXXFLAGS="%optflags"
make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 \
CFLAGS="%optflags -Wno-error" CXXFLAGS="%optflags -Wno-error"
# build python module
export GRPC_PYTHON_BUILD_WITH_CYTHON=True