mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
8 lines
482 B
Text
8 lines
482 B
Text
--- ../spnego-http-auth-nginx-module-c85a38c/config.orig 2015-06-13 20:49:15.590751000 +0300
|
|
+++ ../spnego-http-auth-nginx-module-c85a38c/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"
|