[Buildroot] [git commit] package/samba4: AD DC support needs ADS

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 5 08:54:46 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d38d99c77ddc8a38e10ff6a10ab229435f6ebac7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Needed due to upstream commit:
https://gitlab.com/samba-team/samba/-/commit/607c9ab307db36aee0604d209a13b45d28c63d9b

Fixes:
http://autobuild.buildroot.net/results/b3f/b3fe797408b9041de37433602b3a47211818e44b/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/samba4/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/samba4/Config.in b/package/samba4/Config.in
index a34eaa8088..552afe90cd 100644
--- a/package/samba4/Config.in
+++ b/package/samba4/Config.in
@@ -32,6 +32,7 @@ config BR2_PACKAGE_SAMBA4_AD_DC
 	bool "AD DC"
 	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_JANSSON
+	select BR2_PACKAGE_SAMBA4_ADS
 	help
 	  Enable Active Directory Domain Controller functionality.
 


More information about the buildroot mailing list