s3:modules: remove unused allow_undefined_symbols=True from vfs_aio_*
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Apr 2015 09:12:04 +0000 (11:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 May 2015 11:43:13 +0000 (13:43 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/wscript_build

index 96965e3098e1bc4a14ff82715b6a862b95dd980e..ce21a3883ba4469b8b145166a1c24e4c180352f6 100644 (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',