1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:modules: remove unused allow_undefined_symbols=True from vfs_aio_*

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2015-04-10 11:12:04 +02:00
parent 54f7672d72
commit dfd245dc38

View File

@ -323,8 +323,7 @@ bld.SAMBA3_MODULE('vfs_aio_fork',
deps='samba-util tevent', deps='samba-util tevent',
init_function='', init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_fork'), internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_fork'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_fork'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_fork'))
allow_undefined_symbols=True)
bld.SAMBA3_MODULE('vfs_aio_pthread', bld.SAMBA3_MODULE('vfs_aio_pthread',
subsystem='vfs', subsystem='vfs',
@ -332,8 +331,7 @@ bld.SAMBA3_MODULE('vfs_aio_pthread',
deps='samba-util tevent', deps='samba-util tevent',
init_function='', init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_pthread'), internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_pthread'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'))
allow_undefined_symbols=True)
bld.SAMBA3_MODULE('vfs_aio_posix', bld.SAMBA3_MODULE('vfs_aio_posix',
subsystem='vfs', subsystem='vfs',
@ -341,8 +339,7 @@ bld.SAMBA3_MODULE('vfs_aio_posix',
deps='samba-util tevent', deps='samba-util tevent',
init_function='', init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_posix'), internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_posix'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_posix'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_posix'))
allow_undefined_symbols=True)
bld.SAMBA3_MODULE('vfs_aio_linux', bld.SAMBA3_MODULE('vfs_aio_linux',
subsystem='vfs', subsystem='vfs',
@ -350,8 +347,7 @@ bld.SAMBA3_MODULE('vfs_aio_linux',
deps='samba-util aio', deps='samba-util aio',
init_function='', init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_linux'), internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_linux'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_linux'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_linux'))
allow_undefined_symbols=True)
bld.SAMBA3_MODULE('vfs_preopen', bld.SAMBA3_MODULE('vfs_preopen',
subsystem='vfs', subsystem='vfs',