]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wscript_build: Do not link vfs_ceph_new against libcephfs
authorAnoop C S <anoopcs@samba.org>
Sun, 8 Sep 2024 07:22:59 +0000 (12:52 +0530)
committerJule Anger <janger@samba.org>
Mon, 17 Feb 2025 16:09:09 +0000 (16:09 +0000)
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)

source3/modules/wscript_build

index 857081001899ca0de38cd26c0b56d6eace4c125a..ce16d8c876c93f1b6502590e99f71659929d48b1 100644 (file)
@@ -542,7 +542,7 @@ bld.SAMBA3_MODULE('vfs_ceph',
 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'),