diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2024-02-25 10:24:06 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2024-02-25 10:26:33 +0100 |
commit | 78842f5507e0259442311b8288fb438f584aed4d (patch) | |
tree | 750e6d97e9ca254f77051be9a6fcd3f289f61408 /www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config | |
parent | net/nepenthes: Moved man to share/man (diff) |
www/freenginx: add new port
Freenginx is a Robust ans small WWW server
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config')
-rw-r--r-- | www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config b/www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config new file mode 100644 index 000000000000..a54e89e58a23 --- /dev/null +++ b/www/freenginx/files/extra-patch-spnego-http-auth-nginx-module-config @@ -0,0 +1,14 @@ +--- ../spnego-http-auth-nginx-module-3575542/config.orig 2020-08-27 07:59:28.423636000 -0400 ++++ ../spnego-http-auth-nginx-module-3575542/config 2020-08-27 08:01:42.152121000 -0400 +@@ -1,8 +1,9 @@ + ngx_addon_name=ngx_http_auth_spnego_module +-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err" ++ngx_feature_libs="-L%%GSSAPILIBDIR%% %%GSSAPILIBS%%" ++ngx_module_incs="%%GSSAPIINCDIR%%" + + 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 |