diff options
author | Volker Lendecke <vl@samba.org> | 2014-12-06 11:22:35 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-12-09 04:12:08 +0100 |
commit | d775c386e498d4c2062f8fc65f515f991d127dc1 (patch) | |
tree | 46bc6a9e8ec84b31d7a6f13138d8a6715a141423 /source3/wscript_build | |
parent | 3a6a6f19410606a9028861ca95ac80d2651e2830 (diff) | |
download | samba-d775c386e498d4c2062f8fc65f515f991d127dc1.tar.gz samba-d775c386e498d4c2062f8fc65f515f991d127dc1.tar.xz samba-d775c386e498d4c2062f8fc65f515f991d127dc1.zip |
lib: Simplify iov_buf[len]
This makes iov_buf independent of talloc
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
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 18f6b6db7c..51d72e78b6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -260,7 +260,7 @@ bld.SAMBA3_LIBRARY('sys_rw', bld.SAMBA3_LIBRARY('iov_buf', source='lib/iov_buf.c', - deps='replace talloc', + deps='replace', private_library=True) bld.SAMBA3_SUBSYSTEM('samba3util', |