diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-16 14:53:51 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-16 14:53:51 -0800 |
commit | c80530920b3a955f8ff410a2b8d6322602916008 (patch) | |
tree | 6123c4d5c05eb698b43f19b5d8d682f75f0d9bb4 /tools | |
parent | c7449166d2256f49abfca2b11591491096ca0b84 (diff) |
Using --enable-grpc configure flag
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/build_php.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh index af81daf44f..de899742da 100755 --- a/tools/run_tests/build_php.sh +++ b/tools/run_tests/build_php.sh @@ -5,7 +5,7 @@ set -ex # change to grpc repo root cd $(dirname $0)/../.. -export GRPC_DIR=`pwd` +root=`pwd` # make the libraries make -j static_c @@ -15,7 +15,6 @@ cd src/php cd ext/grpc phpize -./configure -#cd ext/grpc +./configure --enable-grpc=$root make |