summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-01-04 14:41:38 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-01-04 14:41:38 +1100
commit640028d158583825ea5ffd1266f099cf8776db5d (patch)
treee3db501c0ea7df20df9639bddb94fd3d6d557d4f /nsswitch/wscript_build
parent0a4758770c4cc7670ef19f876ae06b84710fd724 (diff)
downloadsamba-640028d158583825ea5ffd1266f099cf8776db5d.tar.gz
samba-640028d158583825ea5ffd1266f099cf8776db5d.tar.bz2
samba-640028d158583825ea5ffd1266f099cf8776db5d.zip
nsswitch Add talloc depencency for nsstest
nsstest does not use talloc, but it includes talloc.h via includes.h, and so without this it cannot find the right internal header. This wasn't noticed before, as most linux developer boxes have a talloc.h. The issue was reported by Adam Tauno Williams <awilliam at whitemice.org> Andrew Bartlett
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index a9881bd9c4..d40e143974 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client',
bld.SAMBA_BINARY('nsstest',
source='nsstest.c',
- deps='replace'
+ deps='replace talloc'
)