diff --git a/grpc.changes b/grpc.changes index e3e12d9..26b8005 100644 --- a/grpc.changes +++ b/grpc.changes @@ -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 diff --git a/grpc.spec b/grpc.spec index f2b5e1b..489b2e9 100644 --- a/grpc.spec +++ b/grpc.spec @@ -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