vfs_ceph_new dynamically loads the appropriate libcephfs shared
libraries which means that we don't statically link against it.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15703
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
(cherry picked from commit
095ece43a2edbdeb498e8bef07bdf09f9836bb40)
bld.SAMBA3_MODULE('vfs_ceph_new',
subsystem='vfs',
source='vfs_ceph_new.c',
- deps='POSIXACL_XATTR samba-util cephfs',
+ deps='POSIXACL_XATTR samba-util',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_ceph_new'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_ceph_new'),