1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_fork'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_fork'),
allow_undefined_symbols=True)
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_fork'))
bld.SAMBA3_MODULE('vfs_aio_pthread',
subsystem='vfs',
@ -332,8 +331,7 @@ bld.SAMBA3_MODULE('vfs_aio_pthread',
deps='samba-util tevent',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_pthread'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'),
allow_undefined_symbols=True)
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'))
bld.SAMBA3_MODULE('vfs_aio_posix',
subsystem='vfs',
@ -341,8 +339,7 @@ bld.SAMBA3_MODULE('vfs_aio_posix',
deps='samba-util tevent',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_posix'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_posix'),
allow_undefined_symbols=True)
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_posix'))
bld.SAMBA3_MODULE('vfs_aio_linux',
subsystem='vfs',
@ -350,8 +347,7 @@ bld.SAMBA3_MODULE('vfs_aio_linux',
deps='samba-util aio',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_linux'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_linux'),
allow_undefined_symbols=True)
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_linux'))
bld.SAMBA3_MODULE('vfs_preopen',
subsystem='vfs',