diff options
author | ZhouyihaiDing <ddyihai@google.com> | 2018-06-19 14:15:08 -0700 |
---|---|---|
committer | ZhouyihaiDing <ddyihai@google.com> | 2018-06-20 14:08:09 -0700 |
commit | 8771dab571e4495bc2f1172c65cd1ab9f9fea84d (patch) | |
tree | a139ee1c78f18a1ca2fbc6398332a31a6114337b /templates/config.m4.template | |
parent | 7fc8bf5833334a8bbe41d940c9e6038012eb694c (diff) |
PHP: fix distribtest test by adding -Ithird_party/nanopb
Diffstat (limited to 'templates/config.m4.template')
-rw-r--r-- | templates/config.m4.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/config.m4.template b/templates/config.m4.template index cc19d98375..19f9904911 100644 --- a/templates/config.m4.template +++ b/templates/config.m4.template @@ -11,11 +11,12 @@ PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/php/ext/grpc) PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/boringssl/include) PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/address_sorting/include) + PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/nanopb) LIBS="-lpthread $LIBS" - CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_16BIT=1" - CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_16BIT=1" + CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BIT=1" + CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) |