From d3cf015cce588b75a159a9ef5fb42f97ce0463a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Mar 2022 09:48:38 +0200 Subject: update to 1.45.0 --- grpc-build.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'grpc-build.patch') diff --git a/grpc-build.patch b/grpc-build.patch index c8dd153..4d15462 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -1,11 +1,11 @@ diff -up ./config.m4.rpm ./config.m4 ---- ./config.m4.rpm 2018-04-09 09:53:39.927037294 +0200 -+++ ./config.m4 2018-04-09 09:54:28.015307629 +0200 +--- ./config.m4.rpm 2022-03-28 08:02:01.063993366 +0200 ++++ ./config.m4 2022-03-28 08:04:44.843398916 +0200 @@ -18,8 +18,8 @@ if test "$PHP_GRPC" != "no"; then LIBS="-lpthread $LIBS" -- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2" +- CFLAGS="-std=c11 -g -O2" - CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2" + CFLAGS="$CFLAGS -std=c11" + CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti" -- cgit