From 99b786a4eae03a9a5c0a65d9cf9ea368359974a2 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 23 Feb 2019 16:33:11 -0800
Subject: [PATCH] Adopt one of nginx's args

---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index 3f34bda..370fe4c 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -37,7 +37,7 @@ export NGINX_CT_DIR
 echo "DEPENDENCY: OpenSSL"
 git clone -q --recursive --depth 1 https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
 cd "$OPENSSL_DIR" || exit
-./config
+./config no-shared
 
 # Dependency: ngx_brotli (no tagged releases)
 echo ""
-- 
GitLab