Skip to content

Commit

Permalink
Merge pull request #152 from janiosarmento/issue151
Browse files Browse the repository at this point in the history
#151: Fix compile error due to Brotli
  • Loading branch information
VirtuBox authored Dec 10, 2023
2 parents c8fdfdb + e84e47e commit bbabfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ _download_brotli() {
echo -ne ' Downloading brotli [..]\r'
{
rm /usr/local/src/ngx_brotli -rf
git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
git clone --recursive --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
cd /usr/local/src/ngx_brotli || exit 1
git submodule update --init
} >>/tmp/nginx-ee.log 2>&1
Expand Down

0 comments on commit bbabfb3

Please sign in to comment.