diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-08-06 17:30:34 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-08-06 17:31:23 +0000 |
commit | 460dbee22683c3575e97489905bdcb10ef08d62c (patch) | |
tree | 022205cd3538f1d5d3584b8f38a31c38a808b248 /net | |
parent | cc0a638607521f49c393179cb3ac12204f4ee8c5 (diff) |
samba4: add nfs-kernel-server/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |