diff options
Diffstat (limited to 'usr.sbin/nginx/Makefile.bsd-wrapper')
-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 \ |