Change `nginx` build option.

This commit is contained in:
Kazuhiro MUSASHI 2022-11-23 15:48:42 +09:00
parent 114e10758a
commit 89e2103696
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ directory MODULEDIR do
end
# Build starts here:
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl -opensslversion=1.1.1d" do
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl" do
cwd WORKDIR
user USER