summaryrefslogtreecommitdiff
path: root/lib/smbconf
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-02-10 22:38:49 +0100
committerBjoern Jacke <bjacke@samba.org>2019-02-17 13:33:15 +0100
commitb8bf7ef87e29daa18b079d221ffa3252d1719f2a (patch)
tree40c5e2c504e5da42beaa872d45b69be0e244cb34 /lib/smbconf
parent44ccba4088ff1b653dd4735ca8bf13181a31dbfe (diff)
downloadsamba-b8bf7ef87e29daa18b079d221ffa3252d1719f2a.tar.gz
waf: add library dependency for sendfile on Solaris
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/smbconf')
-rw-r--r--lib/smbconf/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smbconf/wscript_build b/lib/smbconf/wscript_build
index 9879624726b..4f9930a1ae0 100644
--- a/lib/smbconf/wscript_build
+++ b/lib/smbconf/wscript_build
@@ -1,5 +1,5 @@
bld.SAMBA_SUBSYSTEM('LIBSMBCONF',
source='smbconf.c smbconf_txt.c smbconf_util.c',
- deps='talloc'
+ deps='talloc sendfile'
)