Skip to content

Commit

Permalink
Merge pull request #317 from zlabjp/build-with-libbrotli
Browse files Browse the repository at this point in the history
Build with libbrotli
  • Loading branch information
tatsuhiro-t authored Mar 5, 2024
2 parents c0bfe21 + a81fd0e commit 4f04d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN git clone --recursive --shallow-submodules --depth 1 -b v1.60.0 https://gith
autoreconf -i && \
./configure --disable-examples --disable-hpack-tools --with-mruby \
--enable-http3 --with-libbpf \
--with-libbrotlienc --with-libbrotlidec \
CC=clang CXX=clang++ \
LDFLAGS="-static-libgcc -static-libstdc++" \
LIBTOOL_LDFLAGS="-static-libtool-libs" \
Expand Down

0 comments on commit 4f04d5f

Please sign in to comment.