mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
build: vfs_posix_eadb is only built with the AD DC enabled
This was found building a static smbd without the AD DC Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Mon Jan 30 17:24:26 CET 2017 on sn-devel-144
This commit is contained in:
parent
73deaecbd5
commit
26ffc20cef
@ -1683,7 +1683,7 @@ main() {
|
||||
vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk
|
||||
vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap
|
||||
vfs_expand_msdfs vfs_shadow_copy vfs_shadow_copy2
|
||||
vfs_readahead vfs_xattr_tdb vfs_posix_eadb
|
||||
vfs_readahead vfs_xattr_tdb
|
||||
vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb
|
||||
vfs_preopen vfs_catia
|
||||
vfs_media_harmony vfs_unityed_media vfs_fruit vfs_shell_snap
|
||||
@ -1706,6 +1706,7 @@ main() {
|
||||
|
||||
if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
|
||||
default_static_modules.extend(TO_LIST('pdb_samba_dsdb auth_samba4 vfs_dfs_samba4'))
|
||||
default_shared_modules.extend('vfs_posix_eadb')
|
||||
|
||||
if conf.CONFIG_SET('HAVE_FREEBSD_SUNACL_H'):
|
||||
default_shared_modules.extend(TO_LIST('vfs_zfsacl'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user