Drop --debug-http2

Upstream removed this option.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-06-07 09:04:01 -04:00
parent 6bbcfaf555
commit ac33fdb3b3
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -305,7 +305,6 @@ export LDFLAGS="%{build_ldflags}"
--shared-openssl \ --shared-openssl \
--shared-zlib \ --shared-zlib \
--without-dtrace \ --without-dtrace \
--debug-http2 \
--debug-nghttp2 \ --debug-nghttp2 \
--openssl-use-def-ca-store --openssl-use-def-ca-store
%else %else
@ -316,7 +315,6 @@ export LDFLAGS="%{build_ldflags}"
--shared-http-parser \ --shared-http-parser \
--shared-nghttp2 \ --shared-nghttp2 \
--with-dtrace \ --with-dtrace \
--debug-http2 \
--debug-nghttp2 \ --debug-nghttp2 \
--openssl-use-def-ca-store --openssl-use-def-ca-store
%endif %endif