From 559c3aa219ac8dd59bf9e6daba288d65552f0e0d Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 23 Feb 2019 13:44:22 -0800
Subject: [PATCH] Build is failing, perhaps this bit from the nginx docs _is_
 important. :)

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

diff --git a/scripts/build.sh b/scripts/build.sh
index 2d68c08..ddeee0e 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -35,6 +35,8 @@ 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
+make -j"$(nproc)"
+make install
 
 # Dependency: ngx_brotli (no tagged releases)
 echo ""
-- 
GitLab