Skip to content
Snippets Groups Projects
Commit 50ceca90 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Use LIBTOOL_LDFLAGS

parent 1fe8cfdc
No related merge requests found
......@@ -14,11 +14,12 @@ RUN apt-get update && \
git clone --depth 1 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && autoreconf -i && \
./configure \
LIBTOOL_LDFLAGS="-static-libtool-libs" \
LIBS="-ldl -pthread" \
OPENSSL_LIBS="-l:libssl.a -l:libcrypto.a" \
LIBEV_LIBS="-l:libev.a" \
JEMALLOC_LIBS="-l:libjemalloc.a" && \
make -j$(nproc) LDFLAGS="-static-libtool-libs" && \
make -j$(nproc) && \
strip examples/client examples/server && \
cp examples/client examples/server /usr/local/bin && \
cd .. && rm -rf ngtcp2 && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment