diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-06-19 16:21:13 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-06-19 16:21:13 +0000 |
commit | 8d2e94ca5f7fdeaed46775c2590fc570eefdd491 (patch) | |
tree | 2dc9833e5ff9f726707bf4e7fd7ceb325fe49fe4 | |
parent | c3868605680f3dab52f03664d6349a6415b88960 (diff) |
Disable SPDY until we have a better understanding about code and
protocol within OpenBSD.
Discussed with many
ok benno@ jcs@
-rw-r--r-- | usr.sbin/nginx/Makefile.bsd-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/nginx/Makefile.bsd-wrapper b/usr.sbin/nginx/Makefile.bsd-wrapper index 79e0fe892e7..b4da62f4af7 100644 --- a/usr.sbin/nginx/Makefile.bsd-wrapper +++ b/usr.sbin/nginx/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Nginx -# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/06/01 16:12:54 robert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2013/06/19 16:21:12 reyk Exp $ LNDIR= /usr/bin/lndir @@ -26,7 +26,6 @@ CONFIGURE_ARGS= --prefix=/var/www \ --with-http_gzip_static_module \ --with-http_ssl_module \ --with-http_stub_status_module \ - --with-http_spdy_module \ --with-ipv6 \ --with-cc-opt="-DNGX_ENABLE_SYSLOG" \ --without-mail_pop3_module \ |