Skip to content

Commit bf880d0

Browse files
committed
CPPFLAGS and LDFLAGS
1 parent 8d25b05 commit bf880d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone --depth 1 https://github.com/grpc/grpc.git . \
2626
&& cd ../../src/php/ext/grpc \
2727
&& phpize \
2828
&& export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
29-
&& ./configure --with-grpc \
29+
&& CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure --with-grpc \
3030
&& make -j$(nproc) \
3131
&& cp modules/grpc.so /tmp/grpc.so
3232

0 commit comments

Comments
 (0)