Skip to content

Commit

Permalink
Workaround for building with BoringSSL git revision c528061.
Browse files Browse the repository at this point in the history
  • Loading branch information
route443 committed Apr 2, 2024
1 parent 59978f4 commit c67a17a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ RUN cd nginx && \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_v3_module \
--with-cc=clang \
--with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto -lstdc++'

RUN cd nginx && make -j$(nproc)
RUN cd nginx && make install
Expand Down

0 comments on commit c67a17a

Please sign in to comment.