Browse Source

package/samba4: AD DC support needs ADS

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@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls 4 years ago
parent
commit
d38d99c77d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/samba4/Config.in

+ 1 - 0
package/samba4/Config.in

@@ -32,6 +32,7 @@ config BR2_PACKAGE_SAMBA4_AD_DC
 	bool "AD DC"
 	bool "AD DC"
 	depends on BR2_PACKAGE_PYTHON3
 	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_JANSSON
 	select BR2_PACKAGE_JANSSON
+	select BR2_PACKAGE_SAMBA4_ADS
 	help
 	help
 	  Enable Active Directory Domain Controller functionality.
 	  Enable Active Directory Domain Controller functionality.