Skip to content
Snippets Groups Projects
Commit 99b786a4 authored by Erick Hitter's avatar Erick Hitter
Browse files

Adopt one of nginx's args

parent f1d40914
No related branches found
No related tags found
1 merge request!1MVP build process
Pipeline #551 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -37,7 +37,7 @@ export NGINX_CT_DIR ...@@ -37,7 +37,7 @@ export NGINX_CT_DIR
echo "DEPENDENCY: OpenSSL" echo "DEPENDENCY: OpenSSL"
git clone -q --recursive --depth 1 https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR" git clone -q --recursive --depth 1 https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
cd "$OPENSSL_DIR" || exit cd "$OPENSSL_DIR" || exit
./config ./config no-shared
# Dependency: ngx_brotli (no tagged releases) # Dependency: ngx_brotli (no tagged releases)
echo "" echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment