The Samba-Bugzilla – Attachment 11525 Details for
Bug 11511
Linking texpect symbol rep_fprintf not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for master
bug11511.patch (text/plain), 1020 bytes, created by
Ralph Böhme
on 2015-10-22 09:29:54 UTC
(
hide
)
Description:
Patch for master
Filename:
MIME Type:
Creator:
Ralph Böhme
Created:
2015-10-22 09:29:54 UTC
Size:
1020 bytes
patch
obsolete
>From 3b553bfa8b5d3093bb9a73bbfa516e64f9992110 Mon Sep 17 00:00:00 2001 >From: Tom Schulz <schulz@adi.com> >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 <slow@samba.org> >Reviewed-by: Stefan Metzmacher <metze@samba.org> >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11511
:
11427
|
11463
|
11502
|
11523
| 11525 |
11547