From 7aa4c11fc4c25df6ea25dfe28d3dca851b91f909 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 18:21:04 +1000 Subject: build: more adjustments for the ABI type name maps - use 'va_list' instead of 'struct __va_list_tag *' Using the C name for va_list is preferable - add support for negative ABI name matches in abi_match=. That is used to exlude ldb_*module_ops from the ldb ABI - don't include the ldb module ops or backend ops in the ABI --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index cc0f218b8f..3348070b50 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -164,7 +164,7 @@ def build(bld): pc_files='ldb.pc', cflags='-DLDB_MODULESDIR=\"%s\"' % modules_dir, abi_file=abi_file, - abi_match='ldb_*', + abi_match='!ldb_*module_ops !ldb_*backend_ops ldb_*', vnum=VERSION) bld.SAMBA_SUBSYSTEM('LIBLDB_CMDLINE', -- cgit