aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tommy Chen <toc007@ucsd.edu>2018-11-12 16:56:44 -0800
committerGravatar Tommy Chen <toc007@ucsd.edu>2018-11-13 16:08:03 -0800
commita01eeb47d7accb7378075e1128854f917292e6cf (patch)
treece0122154e6a08f209da7594280ec92135fe46cf /templates
parent637e4ea9fbcc41508a26afc5cf41ff4497a3217c (diff)
re-running tests, squashing commits
Diffstat (limited to 'templates')
-rw-r--r--templates/config.m4.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/config.m4.template b/templates/config.m4.template
index 19f9904911..18378cfc34 100644
--- a/templates/config.m4.template
+++ b/templates/config.m4.template
@@ -45,7 +45,8 @@
% endfor
, $ext_shared, , -fvisibility=hidden ${"\\"}
-DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN ${"\\"}
- -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0)
+ -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 ${"\\"}
+ -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1)
PHP_ADD_BUILD_DIR($ext_builddir/src/php/ext/grpc)
<%