summaryrefslogtreecommitdiffstats
path: root/grpc-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'grpc-build.patch')
-rw-r--r--grpc-build.patch14
1 files changed, 14 insertions, 0 deletions
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)