mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: Remove references to charset modules - we no longer have these
This commit is contained in:
parent
cac1ebfff6
commit
a566404362
@ -228,6 +228,7 @@ bld.SAMBA3_MODULE('vfs_solarisacl',
|
|||||||
subsystem='vfs',
|
subsystem='vfs',
|
||||||
source=VFS_SOLARISACL_SRC,
|
source=VFS_SOLARISACL_SRC,
|
||||||
init_function='',
|
init_function='',
|
||||||
|
deps='sec',
|
||||||
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_solarisacl'),
|
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_solarisacl'),
|
||||||
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_solarisacl'))
|
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_solarisacl'))
|
||||||
|
|
||||||
|
@ -1440,9 +1440,6 @@ main() {
|
|||||||
if conf.CHECK_HEADERS('gpfs_gpl.h'):
|
if conf.CHECK_HEADERS('gpfs_gpl.h'):
|
||||||
conf.DEFINE('HAVE_GPFS', '1')
|
conf.DEFINE('HAVE_GPFS', '1')
|
||||||
|
|
||||||
# Note that all charset 'modules' must actually be static, due to dependency loop issues
|
|
||||||
# if we include the module loader in iconv
|
|
||||||
|
|
||||||
default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam
|
default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam
|
||||||
auth_sam auth_unix auth_winbind auth_wbc
|
auth_sam auth_unix auth_winbind auth_wbc
|
||||||
auth_domain auth_builtin vfs_default
|
auth_domain auth_builtin vfs_default
|
||||||
|
Loading…
Reference in New Issue
Block a user