New issue
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
Add make install_sw support #174
Comments
We already met nginx half-way with the 'config' script. It should be possible to add another phony target to Makefile.am to simulate install_sw. Given that it takes all of 5 seconds to do a full install with libressl (since it doesn't have to compile any .pod files), i'm not sure the extra effort to avoid manpages is worth it. Try this patch:
|
I am in full agreement with this approach :) On Mon, Feb 29, 2016 at 05:20:18PM -0800, Brent Cook wrote:
|
Works fine. Please add this into master |
Any update ? |
sure, fix is coming soon |
Thanks :D |
Yesterday nginx 1.9.12 was released.
In this commit they changed the make install command of custom openssl to
make install_sw
:nginx/nginx@fef872a
This breaks compatibility with libressl.
Also see this bugreport which nginx guys closed: "wontfix"
https://trac.nginx.org/nginx/ticket/908
The text was updated successfully, but these errors were encountered: