]> 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)
committerAnoop C S <anoopcs@samba.org>
Thu, 12 Sep 2024 15:36:32 +0000 (15:36 +0000)
commit095ece43a2edbdeb498e8bef07bdf09f9836bb40
tree5df823c177d9cb5bd07056565065fd84ac16f8ce
parent962a40a6ff51f33adc39e466f1479dfb35ac0926
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>
source3/modules/wscript_build