From: Anoop C S Date: Tue, 2 Jul 2024 05:26:45 +0000 (+0530) Subject: source3/wscript: Remove long pending unsupported option X-Git-Tag: tdb-1.4.11~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=121687e7bd7d0f268347c3e4a37ffd5f06914a4d;p=thirdparty%2Fsamba.git source3/wscript: Remove long pending unsupported option It has been a while since --with-libcephfs option was dropped. Therefore stop advertising it through waf scripts. Signed-off-by: Anoop C S Reviewed-by: Volker Lendecke --- diff --git a/source3/wscript b/source3/wscript index d8f04646b03..4415b373913 100644 --- a/source3/wscript +++ b/source3/wscript @@ -86,10 +86,6 @@ def options(opt): opt.samba_add_onoff_option('fake-kaserver', help=("Include AFS fake-kaserver support"), default=False) - opt.add_option('--with-libcephfs', - help=("Directory under which libcephfs is installed"), - action="store", dest='libcephfs_dir', default=None) - opt.samba_add_onoff_option('glusterfs', with_name="enable", without_name="disable", default=True) opt.samba_add_onoff_option('cephfs', with_name="enable", without_name="disable", default=True) @@ -1622,10 +1618,6 @@ int main(void) { conf.DEFINE('HAVE_LINUX_IOCTL', '1') conf.env['CFLAGS_CEPHFS'] = "-D_FILE_OFFSET_BITS=64" - if Options.options.libcephfs_dir: - Logs.error('''--with-libcephfs no longer supported, please use compiler - flags instead, e.g. GCC LIBRARY_PATH and C_INCLUDE_PATH''') - sys.exit(1) if (Options.options.with_cephfs and conf.CHECK_HEADERS('cephfs/libcephfs.h', False, False, 'cephfs') and