nsswitch Add talloc depencency for nsstest
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jan 2011 03:41:38 +0000 (14:41 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jan 2011 03:41:38 +0000 (14:41 +1100)
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

nsswitch/wscript_build

index a9881bd9c4ee2add2751c9aa737d287c87cb7688..d40e143974ab0aacd6fc79459a4f1856ddd2c83c 100644 (file)
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client',
 
 bld.SAMBA_BINARY('nsstest',
        source='nsstest.c',
-       deps='replace'
+       deps='replace talloc'
        )