From 4a7c20eb8a5734c6c409fc4a0d15a27eee8e8275 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2017 16:34:44 +0200 Subject: honour default RPM build options --- grpc-build.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 grpc-build.patch (limited to 'grpc-build.patch') diff --git a/grpc-build.patch b/grpc-build.patch new file mode 100644 index 0000000..9c935c5 --- /dev/null +++ b/grpc-build.patch @@ -0,0 +1,14 @@ +diff -up ./config.m4.rpm ./config.m4 +--- ./config.m4.rpm 2017-08-22 16:28:30.000000000 +0200 ++++ ./config.m4 2017-08-22 16:28:56.000000000 +0200 +@@ -11,8 +11,8 @@ if test "$PHP_GRPC" != "no"; then + + LIBS="-lpthread $LIBS" + +- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11" +- CXXFLAGS="-std=c++11" ++ CFLAGS="$CFLAGS -Wno-parentheses-equality -Wno-unused-value -std=c11" ++ CXXFLAGS="$CXXFLAGS -std=c++11" + GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" + PHP_REQUIRE_CXX() + PHP_ADD_LIBRARY(pthread) -- cgit