From cec18eb0d0c242980801ced1f33c3415b374a6de Mon Sep 17 00:00:00 2001 From: Boris Krasnovskiy Date: Fri, 22 Jul 2022 14:23:05 -0400 Subject: [PATCH] chrony: Avoid building unused gnutls and ca dependencies Avoid building unused gnutls and ca dependencies Signed-off-by: Boris Krasnovskiy (cherry picked from commit 089eabedf931cb65013d1e74048e9366046bbeac) --- net/chrony/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index a5350a097..e4440e01c 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -45,7 +45,7 @@ endef define Package/chrony-nts $(call Package/chrony/Default) TITLE+= (with NTS) - DEPENDS+= +libgnutls +ca-bundle + DEPENDS+= +PACKAGE_chrony-nts:libgnutls +PACKAGE_chrony-nts:ca-bundle VARIANT:=with-nts endef