diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-04-19 18:29:42 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-04-19 18:29:42 +0000 |
commit | cb4becd192b898d484e84144ccfe9e7eb3da129f (patch) | |
tree | 7e623e401672a9870dcdaf16c4d1b9ba8dc83232 /www | |
parent | d7608fb04f04fed25094e007babd96446de08403 (diff) | |
download | pkgsrc-cb4becd192b898d484e84144ccfe9e7eb3da129f.tar.gz |
Pullup ticket #5290 (second part) - requested by sevan
www/nginx: build fix
Revisions pulled up:
- www/nginx/options.mk 1.38
---
Module Name: pkgsrc
Committed By: maya
Date: Sat Apr 15 06:26:51 UTC 2017
Modified Files:
pkgsrc/www/nginx: options.mk
Log Message:
Use PKG_OPTIONS_LEGACY_OPTS for renaming v2->http2
so existing users won't need to modify their configs
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/options.mk | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 37125fd8a76..923df71d434 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,11 +1,12 @@ -# $NetBSD: options.mk,v 1.36.8.1 2017/04/17 14:49:23 bsiegert 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 +# $NetBSD: options.mk,v 1.36.8.2 2017/04/19 18:29:42 bsiegert 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 +PKG_OPTIONS_LEGACY_OPTS+= v2:http2 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl |