From: Andreas Schneider Date: Tue, 20 Apr 2021 16:00:11 +0000 (+0200) Subject: lib:texpect: Do not link against nsl X-Git-Tag: tevent-0.11.0~1050 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1a321e8a4ef4ebee3f01350173e71cd98e2d352;p=thirdparty%2Fsamba.git lib:texpect: Do not link against nsl I do not see what would use that in texpect. Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- 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)