From 3b553bfa8b5d3093bb9a73bbfa516e64f9992110 Mon Sep 17 00:00:00 2001 From: Tom Schulz Date: Thu, 22 Oct 2015 11:12:01 +0200 Subject: [PATCH] texpect: undefined symbol rep_fprintf Add libreplace dependency to texpect, fixes a linking error on Solaris. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11511 Signed-off-by: Tom Schulz Reviewed-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- lib/texpect/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/texpect/wscript b/lib/texpect/wscript index 62a1d4d..e14c048 100644 --- a/lib/texpect/wscript +++ b/lib/texpect/wscript @@ -4,4 +4,4 @@ def configure(conf): conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h') def build(bld): - bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False) + bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util replace', install=False) -- 2.1.0