summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-12-09 14:48:06 +0100
committerJeremy Allison <jra@samba.org>2022-12-12 21:16:33 +0000
commit1625dc4b5683ddc06fa6bf77b5b21eed7093862d (patch)
treeb8a0c7bc0e3472b6992984fbf819114bbd71b923 /wscript
parent6d365777158e141384acf43667cf6a599c183356 (diff)
downloadsamba-1625dc4b5683ddc06fa6bf77b5b21eed7093862d.tar.gz
tsocket: Fix the build on FreeBSD
FreeBSD does not have TCP_USER_TIMEOUT Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index b556aa0cbe2..08995fbe4ec 100644
--- a/wscript
+++ b/wscript
@@ -348,6 +348,7 @@ def configure(conf):
conf.RECURSE('source3')
conf.RECURSE('lib/texpect')
+ conf.RECURSE('lib/tsocket')
conf.RECURSE('python')
if conf.env.with_ctdb:
conf.RECURSE('ctdb')