summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-13 18:01:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-13 19:38:38 +0100
commit86afe83d867229b11fd4ec9cb6e29af698cacdef (patch)
treebd3af9eeb082c5177895689bcf3068e30b5df55c /lib/ldb/wscript
parentaf5c6fba68a05e9e196f4e9133b07cb1d62cc981 (diff)
downloadsamba-86afe83d867229b11fd4ec9cb6e29af698cacdef.tar.gz
samba-86afe83d867229b11fd4ec9cb6e29af698cacdef.tar.bz2
samba-86afe83d867229b11fd4ec9cb6e29af698cacdef.zip
waf: Factor checking for undefined symbol flags out into separate method.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 13 19:38:38 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index a3af27515c..088292cd9e 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -75,6 +75,8 @@ def configure(conf):
conf.SAMBA_CONFIG_H()
+ conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()
+
def build(bld):
bld.RECURSE('lib/tdb_compat')
bld.RECURSE('lib/tevent')