pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx Add auth-request option (--with-http_auth_re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb248cf763ef
branches:  trunk
changeset: 365002:fb248cf763ef
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Sun Jul 09 09:20:31 2017 +0000

description:
Add auth-request option (--with-http_auth_request_module).

Approved by joerg@.

diffstat:

 www/nginx/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 73376118769e -r fb248cf763ef www/nginx/options.mk
--- a/www/nginx/options.mk      Sun Jul 09 09:04:00 2017 +0000
+++ b/www/nginx/options.mk      Sun Jul 09 09:20:31 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.39 2017/05/02 12:28:31 fhajny Exp $
+# $NetBSD: options.mk,v 1.40 2017/07/09 09:20:31 alnsn Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS=         dav flv gtools inet6 luajit mail-proxy memcache naxsi \
                                pcre push realip ssl sub uwsgi image-filter \
                                debug status nginx-autodetect-cflags echo \
                                set-misc headers-more array-var encrypted-session \
-                               form-input perl gzip http2
+                               form-input perl gzip http2 auth-request
 PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 
 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
@@ -217,3 +217,7 @@
 .if !empty(PKG_OPTIONS:Mgzip)
 CONFIGURE_ARGS+=       --with-http_gzip_static_module
 .endif
+
+.if !empty(PKG_OPTIONS:Mauth-request)
+CONFIGURE_ARGS+=       --with-http_auth_request_module
+.endif



Home | Main Index | Thread Index | Old Index