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

The build requires the right libs in the right place

parent 99b786a4
No related branches found
No related tags found
1 merge request!1MVP build process
Pipeline #552 failed
...@@ -37,7 +37,9 @@ export NGINX_CT_DIR ...@@ -37,7 +37,9 @@ 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 no-shared ./config --prefix=/usr
make -j"$(nproc)"
make install
# 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