mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
Upgrade third-party upload module, enable it back. Upgrade third-party http_auth_krb5 module to 0c6ff3f. Upgrade third-party njs module to 0.1.10.
9 lines
427 B
Text
9 lines
427 B
Text
--- ../spnego-http-auth-nginx-module-0c6ff3f/config.orig 2017-04-15 13:07:01.159506000 -0400
|
|
+++ ../spnego-http-auth-nginx-module-0c6ff3f/config 2017-04-15 13:07:36.283398000 -0400
|
|
@@ -1,5 +1,5 @@
|
|
ngx_addon_name=ngx_http_auth_spnego_module
|
|
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
|
|
+ngx_feature_libs="%%GSSAPILIBS%% -lcom_err"
|
|
|
|
if uname -o | grep -q FreeBSD; then
|
|
ngx_feature_libs="$ngx_feature_libs -lgssapi"
|