We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d25b05 commit bf880d0Copy full SHA for bf880d0
Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --depth 1 https://github.com/grpc/grpc.git . \
26
&& cd ../../src/php/ext/grpc \
27
&& phpize \
28
&& export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
29
- && ./configure --with-grpc \
+ && CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure --with-grpc \
30
&& make -j$(nproc) \
31
&& cp modules/grpc.so /tmp/grpc.so
32
0 commit comments