From a9c82df2a53513d6af741bf5e5e15d225075726b Mon Sep 17 00:00:00 2001 From: Ralph Boehme 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 (schulz@adi.com) Reviewed-by: Ralph Boehme --- 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