summaryrefslogtreecommitdiffstats
path: root/lib/tdb/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/tdb/wscript
parentaf5c6fba68a05e9e196f4e9133b07cb1d62cc981 (diff)
downloadsamba-86afe83d867229b11fd4ec9cb6e29af698cacdef.tar.gz
samba-86afe83d867229b11fd4ec9cb6e29af698cacdef.tar.xz
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/tdb/wscript')
-rw-r--r--lib/tdb/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 678d2f2847a..ebbab2cc921 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -55,6 +55,8 @@ def configure(conf):
conf.SAMBA_CONFIG_H()
+ conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()
+
def build(bld):
bld.RECURSE('lib/replace')