diff options
Diffstat (limited to 'www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config')
-rw-r--r-- | www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config | 7 |
1 files changed, 3 insertions, 4 deletions
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 6ca83c52973c..7ea16b2ff99e 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 @@ -1,12 +1,11 @@ ---- ../spnego-http-auth-nginx-module-c626163/config.orig 2020-10-17 22:35:57.676855000 +0200 -+++ ../spnego-http-auth-nginx-module-c626163/config 2020-10-17 22:40:49.255324000 +0200 -@@ -1,8 +1,10 @@ +--- ../spnego-http-auth-nginx-module-c626163/config.orig 2020-08-27 07:59:28.423636000 -0400 ++++ ../spnego-http-auth-nginx-module-c626163/config 2020-08-27 08:01:42.152121000 -0400 +@@ -1,8 +1,9 @@ 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="%%GSSAPIINCDIR%%" -+ if uname -o | grep -q FreeBSD; then - ngx_feature_libs="$ngx_feature_libs -lgssapi" + ngx_feature_libs="$ngx_feature_libs" |