mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
8973df0dab
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. (merge from www/nginx-devel in r546696) Sponsored by: Netzkommune GmbH
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
--- ../spnego-http-auth-nginx-module-72c8ee0/config.orig 2020-10-17 22:35:57.676855000 +0200
|
|
+++ ../spnego-http-auth-nginx-module-72c8ee0/config 2020-10-17 22:40:49.255324000 +0200
|
|
@@ -1,8 +1,10 @@
|
|
ngx_addon_name=ngx_http_auth_spnego_module
|
|
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
|
|
+ngx_feature_libs="%%GSSAPILIBS%%"
|
|
+ngx_module_incs="%%GSSAPINCDIR%%"
|
|
|
|
+
|
|
if uname -o | grep -q FreeBSD; then
|
|
- ngx_feature_libs="$ngx_feature_libs -lgssapi"
|
|
+ ngx_feature_libs="$ngx_feature_libs"
|
|
fi
|
|
|
|
if uname -a | grep -q NetBSD; then
|