diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-16 08:17:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-16 08:17:34 +0100 |
commit | 5d401dd3a9b4395a4a610a45f9a17cc881b7f062 (patch) | |
tree | b41cb050cc7e454f2bedf95a83382e62c8652db4 /grpc-build.patch | |
parent | 3ed8b72cbbe7b5e69c6cae6c4b2d4739c3903b17 (diff) |
update to 1.70.0RC1
Diffstat (limited to 'grpc-build.patch')
-rw-r--r-- | grpc-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc-build.patch b/grpc-build.patch index 6674ffe..c332626 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -6,9 +6,9 @@ diff -up ./config.m4.rpm ./config.m4 LIBS="-lpthread $LIBS" - CFLAGS="-std=c11 -g -O2" -- CXXFLAGS="-std=c++14 -fno-exceptions -fno-rtti -g -O2" +- CXXFLAGS="-std=c++17 -fno-exceptions -fno-rtti -g -O2" + CFLAGS="$CFLAGS -std=c11" -+ CXXFLAGS="$CXXFLAGS -std=c++14 -fno-exceptions -fno-rtti" ++ CXXFLAGS="$CXXFLAGS -std=c++17 -fno-exceptions -fno-rtti" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) |