git: efc9fa64c105 - main - www/nginx: Fix Typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 16:10:52 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=efc9fa64c1050afeef3666b073bbcafba5b7bad4 commit efc9fa64c1050afeef3666b073bbcafba5b7bad4 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-03-04 16:09:45 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-03-04 16:10:47 +0000 www/nginx: Fix Typo PR: 262063 Sponsored by: Netzkommune GmbH --- www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config b/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config index 3afa4aaebd9c..6ca83c52973c 100644 --- a/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config +++ b/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config @@ -4,7 +4,7 @@ ngx_addon_name=ngx_http_auth_spnego_module -ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err" +ngx_feature_libs="-L%%GSSAPILIBDIR%% %%GSSAPILIBS%%" -+ngx_module_incs="%%GSSAPINCDIR%%" ++ngx_module_incs="%%GSSAPIINCDIR%%" + if uname -o | grep -q FreeBSD; then