From 119f5c8b96e64a1c0f74c9340172a3fc6acb23b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Aug 2018 08:22:27 +0200 Subject: v1.14.1 --- grpc-build.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'grpc-build.patch') diff --git a/grpc-build.patch b/grpc-build.patch index 3317c74..f212fc0 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -5,10 +5,10 @@ diff -up ./config.m4.rpm ./config.m4 LIBS="-lpthread $LIBS" -- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_16BIT=1" -- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_16BIT=1" -+ CFLAGS="$CFLAGS -std=c11 -D PB_FIELD_16BIT=1" -+ CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti -D PB_FIELD_16BIT=1" +- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BIT=1" +- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1" ++ CFLAGS="$CFLAGS -std=c11 -D PB_FIELD_32BIT=1" ++ CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti -D PB_FIELD_32BIT=1" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) -- cgit