We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
awesome job with this script. I wondered if you would be interested in a PR to be able to build Nginx with custom/latest PCRE and Zlib libs?
--with-zlib= --with-pcre=
--with-zlib=
--with-pcre=
I usually set those in my configure option. It's almost the same process as for openSSL: git clone, configure, make.
I just want to know if it's useful or not, as maybe there's a good reason those are not specified.
Thanks
EDIT: related to #176 - may be nice to be able to specify official zlib version, or custom (Cloudflare) one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
awesome job with this script.
I wondered if you would be interested in a PR to be able to build Nginx with custom/latest PCRE and Zlib libs?
--with-zlib=
--with-pcre=
I usually set those in my configure option. It's almost the same process as for openSSL: git clone, configure, make.
I just want to know if it's useful or not, as maybe there's a good reason those are not specified.
Thanks
EDIT: related to #176 - may be nice to be able to specify official zlib version, or custom (Cloudflare) one.
The text was updated successfully, but these errors were encountered: