Skip to content

Commit c67a17a

Browse files
committed
Workaround for building with BoringSSL git revision c528061.
1 parent 59978f4 commit c67a17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ RUN cd nginx && \
4949
--with-http_ssl_module \
5050
--with-http_v2_module \
5151
--with-http_v3_module \
52+
--with-cc=clang \
5253
--with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
53-
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'
54+
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto -lstdc++'
5455

5556
RUN cd nginx && make -j$(nproc)
5657
RUN cd nginx && make install

0 commit comments

Comments
 (0)