texpect: undefined symbol rep_fprintf
authorTom Schulz <schulz@adi.com>
Thu, 22 Oct 2015 09:12:01 +0000 (11:12 +0200)
committerRalph Böhme <slow@samba.org>
Thu, 22 Oct 2015 12:28:17 +0000 (14:28 +0200)
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

lib/texpect/wscript

index 62a1d4dbb94a57da80ab5defe39e9bf3c9c6e625..e14c048483f5818348c9912127a2d9b7aa1d711e 100644 (file)
@@ -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)