diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2015-06-13 18:11:28 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2015-06-13 18:11:28 +0000 |
commit | 9ebae5e1ca52e340d82ad7dfae19e018523826ce (patch) | |
tree | 7bf3bc3048e4bc3c020ed30756ffc3a102f8adda /www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config | |
parent | Remove multimedia/avidemux2 from head. The 2.5 branch is no longer maintained (diff) |
Add third-party SPNEGO authentication module.
PR: 192904
Notes
Notes:
svn path=/head/; revision=389476
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 | 8 |
1 files changed, 8 insertions, 0 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 new file mode 100644 index 000000000000..6b8bcb0f3b2b --- /dev/null +++ b/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config @@ -0,0 +1,8 @@ +--- ../spnego-http-auth-nginx-module-29cb489/config.orig 2015-06-13 20:49:15.590751000 +0300 ++++ ../spnego-http-auth-nginx-module-29cb489/config 2015-06-13 20:49:31.024936000 +0300 +@@ -1,4 +1,4 @@ + ngx_addon_name=ngx_http_auth_spnego_module + HTTP_MODULES="$HTTP_MODULES ngx_http_auth_spnego_module" + NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_spnego_module.c" +-CORE_LIBS="$CORE_LIBS -lgssapi_krb5 -lkrb5 -lcom_err" ++CORE_LIBS="$CORE_LIBS %%GSSAPILIBS%% -lcom_err" |