chrony: Avoid building unused gnutls and ca dependencies
Avoid building unused gnutls and ca dependencies
Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
(cherry picked from commit 089eabedf9
)
This commit is contained in:
parent
7727beb713
commit
cec18eb0d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue