lib:texpect: Do not link against nsl
authorAndreas Schneider <asn@samba.org>
Tue, 20 Apr 2021 16:00:11 +0000 (18:00 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 22 Apr 2021 17:57:30 +0000 (17:57 +0000)
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>
lib/texpect/wscript

index 82f6b25df90fec5dbe3e6737e39e5e185dfab7df..44f92a85136668d68ee88f2ea32898d716ba32d9 100644 (file)
@@ -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)