View | Details | Raw Unified | Return to bug 261810 | Differences between
and this patch

Collapse All | Expand All

(-)extra-patch-spnego-http-auth-nginx-module-config (-2 / +2 lines)
Lines 3-10 Link Here
3
@@ -1,8 +1,10 @@
3
@@ -1,8 +1,10 @@
4
 ngx_addon_name=ngx_http_auth_spnego_module
4
 ngx_addon_name=ngx_http_auth_spnego_module
5
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
5
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
6
+ngx_feature_libs="%%GSSAPILIBS%%"
6
+ngx_feature_libs="-L %%GSSAPILIBDIR%% %%GSSAPILIBS%%"
7
+ngx_module_incs="%%GSSAPINCDIR%%"
7
+ngx_module_incs="%%GSSAPIINCDIR%%"
8
 
8
 
9
+
9
+
10
 if uname -o | grep -q FreeBSD; then
10
 if uname -o | grep -q FreeBSD; then

Return to bug 261810