summaryrefslogtreecommitdiffstats
path: root/grpc-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'grpc-build.patch')
-rw-r--r--grpc-build.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/grpc-build.patch b/grpc-build.patch
index efff313..6403b0b 100644
--- a/grpc-build.patch
+++ b/grpc-build.patch
@@ -1,13 +1,13 @@
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
+--- ./config.m4.rpm 2018-04-09 08:54:24.472418287 +0200
++++ ./config.m4 2018-04-09 08:55:26.124761575 +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 -fno-exceptions -fno-rtti"
-+ CFLAGS="$CFLAGS -Wno-parentheses-equality -Wno-unused-value -std=c11"
+- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -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"
GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
PHP_REQUIRE_CXX()