File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ RUN apk upgrade --no-cache -a && \
13
13
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
14
14
cd /src/wolfssl && \
15
15
/src/wolfssl/autogen.sh && \
16
- /src/wolfssl/configure -- prefix=/usr --enable-curl --disable-oldtls --enable-quic --enable-ech --enable-psk --enable-session-ticket --enable-earlydata --disable-shared --enable-static && \
17
- CFLAGS= "-DWOLFSSL_NO_ASN_STRICT" make -j "$(nproc)" && \
16
+ /src/wolfssl/configure CFLAGS= "-DWOLFSSL_NO_ASN_STRICT" -- prefix=/usr/local --enable-curl --disable-oldtls --enable-quic --enable-ech --enable-psk --enable-session-ticket --enable-earlydata --disable-shared --enable-static && \
17
+ make -j "$(nproc)" && \
18
18
make -j "$(nproc)" install && \
19
19
\
20
20
git clone --recursive --branch "$NGH3_VERSION" https://github.com/ngtcp2/nghttp3 /src/nghttp3 && \
21
21
cd /src/nghttp3 && \
22
22
autoreconf -fi && \
23
- /src/nghttp3/configure --prefix=/usr --enable-lib-only --disable-shared --enable-static && \
23
+ /src/nghttp3/configure --prefix=/usr/local --enable-lib-only --disable-shared --enable-static && \
24
24
make -j "$(nproc)" && \
25
25
make -j "$(nproc)" install && \
26
26
\
27
27
git clone --recursive --branch "$NGTCP2_VERSION" https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && \
28
28
cd /src/ngtcp2 && \
29
29
autoreconf -fi && \
30
- /src/ngtcp2/configure --prefix=/usr --with-wolfssl --enable-lib-only --disable-shared --enable-static && \
30
+ /src/ngtcp2/configure --prefix=/usr/local --with-wolfssl --enable-lib-only --disable-shared --enable-static && \
31
31
make -j "$(nproc)" && \
32
32
make -j "$(nproc)" install && \
33
33
\
You can’t perform that action at this time.
0 commit comments