﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1032	1.11.3 doesn't build if built with stream support, but without streaming SSL support	kyl191@…		"I built 1.11.3 using a spec file that worked with 1.11.2. However, it failed with 
`src/stream/ngx_stream_proxy_module.c: In function 'ngx_stream_proxy_handler':`
`src/stream/ngx_stream_proxy_module.c:542:6: error: 'ngx_stream_upstream_t {aka struct <anonymous>}' has no member named 'ssl_name'`
`     u->ssl_name = uscf->host;`

I added `--with-stream_ssl_module` to the configure call, and successfully rebuilt it.

Line 541 is `#if (NGX_HTTP_SSL)`, should probably be `#if (NGX_STREAM_SSL)`

Failed build log: https://copr-be.cloud.fedoraproject.org/results/kyl191/nginx-mainline/fedora-24-i386/00422523-nginx-mainline/build.log.gz
Successful build log: https://copr-be.cloud.fedoraproject.org/results/kyl191/nginx-mainline/fedora-24-i386/00422568-nginx-mainline/build.log.gz

Diff of RPM spec file: https://github.com/kyl191/nginx-mainline/commit/bc9707f3b8154b34f0f4d714ddcd45fccd4dc06f"	defect	closed	trivial		other	1.11.x	fixed			Build problem, on CentOS6/7, Fedora 22/23/24	1.11.2 & 1.11.3
