diff options
author | Christian Ambach <ambi@samba.org> | 2012-11-07 18:40:07 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-11-09 20:57:31 +0100 |
commit | 01f188a3f0725f42ce4f17621985abe4ab5a54c2 (patch) | |
tree | 7fb0323d61d83a50cc02e75e8e8c707c9f720580 /source3/wscript_build | |
parent | 3712de7b9c494f6e01782e837f369e8beb5a054e (diff) | |
download | samba-01f188a3f0725f42ce4f17621985abe4ab5a54c2.tar.gz samba-01f188a3f0725f42ce4f17621985abe4ab5a54c2.tar.bz2 samba-01f188a3f0725f42ce4f17621985abe4ab5a54c2.zip |
build: add DMAPI configure option and checks
the waf build was missing the --with-dmapi option
and configure checks that are necessary to build the
source3 parts that need DMAPI (e.g. vfs_tsmsm)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=9178
Signed-off-by: Christian Ambach <ambi@samba.org>
Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Fri Nov 9 20:57:31 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0634b8dc7e..351d22df7d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -980,7 +980,7 @@ bld.SAMBA3_LIBRARY('smbd_base', ccan-hash NDR_SMB_ACL netapi - ''', + ''' + bld.env['dmapi_lib'], private_library=True, vars=locals()) |