summaryrefslogtreecommitdiff
path: root/lib/ntdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-23 13:20:45 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-23 14:31:01 +1000
commit08d3062fc3ece6b5d98e32bad5f1d54c088b0dd0 (patch)
treedae0aa38eae6f7c9e4717e142d54ea420c3f586c /lib/ntdb
parenta4c54f66585c6f6cf01be5e28f211176fc7d241d (diff)
downloadsamba-08d3062fc3ece6b5d98e32bad5f1d54c088b0dd0.tar.gz
samba-08d3062fc3ece6b5d98e32bad5f1d54c088b0dd0.tar.bz2
samba-08d3062fc3ece6b5d98e32bad5f1d54c088b0dd0.zip
ntdb: Try to fix the build on Solaris which does not have err
Diffstat (limited to 'lib/ntdb')
-rw-r--r--lib/ntdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript
index 39802dbf3a..1a4b02bb25 100644
--- a/lib/ntdb/wscript
+++ b/lib/ntdb/wscript
@@ -155,7 +155,7 @@ def build(bld):
bld.SAMBA_BINARY('ntdbtorture',
'tools/ntdbtorture.c',
- deps='ntdb',
+ deps='ntdb ccan-err',
install=False)
bld.SAMBA_BINARY('ntdbtool',