diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2020-08-27 23:03:40 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2020-08-27 23:03:40 +0000 |
commit | 24c340805658589eeaca0e0b9efa905822ae2232 (patch) | |
tree | 8488d53d3c2caf9f0bf38dceb3b6dcc91d847553 /www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config | |
parent | - Update to 2020.4 (diff) |
Add the corresponding library path to the patch for the
third-party http_auth_spnego module.
The third-party http_auth_spnego module may not work with
in-base Kerberos implementation because of gss_locaname()
function usage, so remove the GSSAPI_BASE option from the
GSSAPI radio button.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=546696
Diffstat (limited to 'www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config b/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config index da4d66c0f229..9357faf2bc29 100644 --- a/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config +++ b/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config @@ -3,7 +3,7 @@ @@ -1,8 +1,9 @@ ngx_addon_name=ngx_http_auth_spnego_module -ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err" -+ngx_feature_libs="%%GSSAPILIBS%%" ++ngx_feature_libs="-L%%GSSAPILIBDIR%% %%GSSAPILIBS%%" +ngx_module_incs="%%GSSAPIINCDIR%%" if uname -o | grep -q FreeBSD; then |