From a6b4cff8756c149cbd59a74eb2254ddaf0170eb8 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 27 Oct 2020 17:26:11 +0100 Subject: [PATCH] drop more internal deps --- nodejs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index ab9c907..dc7c863 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -157,8 +157,15 @@ Sondy systemtap/dtrace dla Node.js. grep -r '#!.*env python' -l . | xargs %{__sed} -i -e '1 s,#!.*env python,#!%{__python},' +%{?with_system_brotli:%{__rm} -r deps/brotli} +%{__rm} -r deps/cares +%if %{with http_parser} +%{__rm} -r deps/http_parser +%{__rm} -r deps/llhttp +%endif +%{__rm} -r deps/icu-small +%{__rm} -r deps/nghttp2 %{__rm} -r deps/npm -%{?with_http_parser:%{__rm} -r deps/http_parser} %{__rm} -r deps/openssl %{?with_system_uv:%{__rm} -r deps/uv} %{__rm} -r deps/zlib -- 2.43.0