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 6aa2339
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,7 +49,8 @@ RUN cd nginx && \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_v3_module \
--with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
--with-cc=c++ \
--with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1 -x c' \
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'

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

0 comments on commit 6aa2339

Please sign in to comment.