pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sun Jul  9 09:20:31 UTC 2017

Modified Files:
        pkgsrc/www/nginx: options.mk

Log Message:
Add auth-request option (--with-http_auth_request_module).

Approved by joerg@.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/nginx/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.39 pkgsrc/www/nginx/options.mk:1.40
--- pkgsrc/www/nginx/options.mk:1.39    Tue May  2 12:28:31 2017
+++ pkgsrc/www/nginx/options.mk Sun Jul  9 09:20:31 2017
@@ -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 @@ PLIST.perl=         yes
 .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