The Samba-Bugzilla – Attachment 11547 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 4.3 cherry-picked from master
v43-bug11511 (text/plain), 1.27 KB, created by
Ralph Böhme
on 2015-10-28 12:30:15 UTC
(
hide
)
Description:
Patch for 4.3 cherry-picked from master
Filename:
MIME Type:
Creator:
Ralph Böhme
Created:
2015-10-28 12:30:15 UTC
Size:
1.27 KB
patch
obsolete
>From 4958e880cc138948b2db020dfbff0a9a8c469b6e 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 > >(cherry picked from commit c466ad47d53b1f3fbfc582a89f4b90a2c5dee2e9) >--- > 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
Flags:
slow
:
review?
(
metze
)
jra
:
review+
Actions:
View
Attachments on
bug 11511
:
11427
|
11463
|
11502
|
11523
|
11525
| 11547