mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
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>
This commit is contained in:
parent
34a6575ab9
commit
e1a321e8a4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user