samba4-server: add missing dependencies libgcrypt

This commit is contained in:
CN_SZTL 2019-10-01 10:19:32 +08:00
parent 2bd0eb8171
commit a30fff6825
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -69,7 +69,7 @@ endef
define Package/samba4-server
$(call Package/samba4/Default)
TITLE+= server
DEPENDS:= +samba4-libs
DEPENDS:= +samba4-libs +libgcrypt
EXTRA_DEPENDS:=$(if $(CONFIG_SAMBA4_SERVER_AD_DC),python-crypto,)
endef