diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index d3c41b624e..2f73e7d95b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1229,6 +1229,9 @@ syscall(SYS_initgroups, 16, NULL, NULL, 0); define='HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR', headers='signal.h'); + if os.path.exists('/proc/sys/kernel/core_pattern'): + conf.DEFINE('HAVE_SYS_KERNEL_PROC_CORE_PATTERN', '1') + 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 |