]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - nodejs.spec
drop more internal deps
[packages/nodejs.git] / nodejs.spec
index ab9c907e3a6cc34f9808273299184c65b99a2c6d..dc7c863d123e3700f14720c16241648d066cad1a 100644 (file)
@@ -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
This page took 0.066977 seconds and 4 git commands to generate.