]> git.ipfire.org Git - thirdparty/samba.git/commit
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 09:53:26 +0000 (09:53 +0000)
commit378f28e66ae8b934b9fa80fc1fe0e7217cc950fc
treef592c5ff1103d7342e4f82b1172ea4bce461cb3f
parent50047d6fe644e70fe5b55591f487cb6b32b8482f
wscript_build: Do not link vfs_ceph_new against libcephfs

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