summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorTom Schulz <schulz@adi.com>2015-10-22 11:12:01 +0200
committerRalph Böhme <slow@samba.org>2015-10-22 14:28:17 +0200
commitc466ad47d53b1f3fbfc582a89f4b90a2c5dee2e9 (patch)
tree50aec63f18ce627231f1bb81c07e3691cfea0bda /lib/texpect
parentd4059e1a53ea8940b1b147d797efa1b39a5cabd1 (diff)
downloadsamba-c466ad47d53b1f3fbfc582a89f4b90a2c5dee2e9.tar.gz
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 <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Oct 22 14:28:17 CEST 2015 on sn-devel-104
Diffstat (limited to 'lib/texpect')
-rw-r--r--lib/texpect/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index 62a1d4dbb94..e14c048483f 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)