From 8701b0d6454f846472a186f1e44dd4a9368631f4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 16:52:45 +0100 Subject: s3-waf: add check for broken (glibc2.1/x86) 64 bit fcntl locking. Guenther --- source3/wscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 8ce2a129ce..d076596f5b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1014,6 +1014,14 @@ int i; i = PAM_RADIO_TYPE; execute=True, msg='Checking whether fcntl locking is available') + conf.CHECK_CODE(''' +#include "../tests/fcntl_lock64.c" +''', + 'HAVE_BROKEN_FCNTL64_LOCKS', + addmain=False, + execute=True, + msg='Checking whether fcntl64 locks are broken') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default -- cgit