aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBoris Krasnovskiy <borkra@gmail.com>2022-07-22 14:23:05 -0400
committerBoris Krasnovskiy <borkra@gmail.com>2022-07-30 19:08:54 -0400
commit089eabedf931cb65013d1e74048e9366046bbeac (patch)
tree9de76945c23051f1f45285f20cc446f344d5f9ba /net
parent0ae4a5195ab85cc71c9b9df18fc65c828e7a9ed6 (diff)
chrony: Avoid building unused gnutls and ca dependencies
Avoid building unused gnutls and ca dependencies Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/chrony/Makefile2
1 files changed, 1 insertions, 1 deletions
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