Skip to content

Commit 8d25b05

Browse files
committed
pkg_config_path
1 parent 663890c commit 8d25b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN git clone --depth 1 https://github.com/grpc/grpc.git . \
2525
# Build the PHP Extension, providing the path to the C++ core libs
2626
&& cd ../../src/php/ext/grpc \
2727
&& phpize \
28+
&& export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
2829
&& ./configure --with-grpc \
2930
&& make -j$(nproc) \
3031
&& cp modules/grpc.so /tmp/grpc.so

0 commit comments

Comments
 (0)