From 460dbee22683c3575e97489905bdcb10ef08d62c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 6 Aug 2018 17:30:34 +0000 Subject: [PATCH] samba4: add nfs-kernel-server/host build dependency Signed-off-by: Eneas U de Queiroz Signed-off-by: Yousong Zhou --- net/samba4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/samba4/Makefile b/net/samba4/Makefile index c111d0986..b3645850a 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=e0569a8a605d5dfb49f1fdd11db796f4d36fe0351c4a7f21387ef253010b82ed # Buildroot bug? Can't add target deps via '+SAMBA4_SERVER_AD_DC:python-crypto' (as work-around we select via config.in) -PKG_BUILD_DEPENDS:=perl/host python/host SAMBA4_SERVER_AD_DC:python-crypto +PKG_BUILD_DEPENDS:=perl/host python/host SAMBA4_SERVER_AD_DC:python-crypto nfs-kernel-server/host PKG_CONFIG_DEPENDS:= \ CONFIG_SAMBA4_SERVER_NETBIOS \