diff options
author | Ira Cooper <ira@samba.org> | 2012-03-06 19:22:46 -0500 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-03-07 11:01:33 -0800 |
commit | e19cf64356580b965c257f0b3b6ef9ca5b03ed62 (patch) | |
tree | 0a5400765cd5418b711a20106e567b7976dd3adc /wscript | |
parent | 25fbf907e90a70e167c56dd63b44b0f5ff1d27a7 (diff) | |
download | samba-e19cf64356580b965c257f0b3b6ef9ca5b03ed62.tar.gz |
addns: Fix the Solaris/Illumos build.
uuid_t is not defined without including sys/uuid.h, configure+waf checks added.
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ def configure(conf): conf.RECURSE('pidl') conf.RECURSE('selftest') conf.RECURSE('source3') + conf.RECURSE('lib/addns') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |