From 5f1e3fd3c3081bfcc20e682f99056fb12c84a493 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2017 06:31:24 +0200 Subject: v1.6.0 (stable) --- grpc-build.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grpc-build.patch') diff --git a/grpc-build.patch b/grpc-build.patch index efff313..9c935c5 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -6,9 +6,9 @@ diff -up ./config.m4.rpm ./config.m4 LIBS="-lpthread $LIBS" - CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11" -- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti" +- CXXFLAGS="-std=c++11" + CFLAGS="$CFLAGS -Wno-parentheses-equality -Wno-unused-value -std=c11" -+ CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti" ++ CXXFLAGS="$CXXFLAGS -std=c++11" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) -- cgit