From a06829b0a23255636d3662d24a6e7a085efd955b Mon Sep 17 00:00:00 2001 From: Serhii Ivanov Date: Thu, 9 Jan 2025 14:01:56 +0200 Subject: [PATCH] transmissision: remove build dependency on nodejs Have no idea why such dependency was added. No documentation from transmission that they need such dependency on build time. On the other hand saves vast of time during build Signed-off-by: Serhii Ivanov --- net/transmission/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 9b0fed9354..f4ee60ea6a 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:transmissionbt:transmission PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=libb64 node/host +PKG_BUILD_DEPENDS:=libb64 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=gc-sections lto PKG_CONFIG_DEPENDS:= \ -- 2.30.2