summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-04-20 18:00:11 +0200
committerJeremy Allison <jra@samba.org>2021-04-22 17:57:30 +0000
commite1a321e8a4ef4ebee3f01350173e71cd98e2d352 (patch)
tree6dd5ff9eba4665e43be6ba29d69cf0bea2d34ede /lib/texpect
parent34a6575ab95ba50878b8261d8fdd5dfef6727fc3 (diff)
downloadsamba-e1a321e8a4ef4ebee3f01350173e71cd98e2d352.tar.gz
lib:texpect: Do not link against nsl
I do not see what would use that in texpect. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/texpect')
-rw-r--r--lib/texpect/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index 82f6b25df90..44f92a85136 100644
--- a/lib/texpect/wscript
+++ b/lib/texpect/wscript
@@ -6,5 +6,5 @@ def configure(conf):
def build(bld):
bld.SAMBA_BINARY('texpect',
'texpect.c',
- deps='popt util replace sys_rw nsl',
+ deps='popt util replace sys_rw',
for_selftest=True)