mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Drop --debug-http2
Upstream removed this option. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
6bbcfaf555
commit
ac33fdb3b3
1 changed files with 0 additions and 2 deletions
|
@ -305,7 +305,6 @@ export LDFLAGS="%{build_ldflags}"
|
|||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--without-dtrace \
|
||||
--debug-http2 \
|
||||
--debug-nghttp2 \
|
||||
--openssl-use-def-ca-store
|
||||
%else
|
||||
|
@ -316,7 +315,6 @@ export LDFLAGS="%{build_ldflags}"
|
|||
--shared-http-parser \
|
||||
--shared-nghttp2 \
|
||||
--with-dtrace \
|
||||
--debug-http2 \
|
||||
--debug-nghttp2 \
|
||||
--openssl-use-def-ca-store
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue