From ac33fdb3b3369887b7f60ee14fdc406287e5cbea Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Jun 2018 09:04:01 -0400 Subject: [PATCH] Drop --debug-http2 Upstream removed this option. Signed-off-by: Stephen Gallagher --- nodejs.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 18acb88..ea55530 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -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