The Samba-Bugzilla – Attachment 5055 Details for
Bug 6964
Fails to build on QNX because winbind_krb5_locator.so has undefined references to talloc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Link winbind_krb5_locator against libtalloc
0001-Link-winbind_krb5_locator-against-libtalloc.patch (text/plain), 1.19 KB, created by
Matt Kraai (mail address dead)
on 2009-12-04 10:26:35 UTC
(
hide
)
Description:
Link winbind_krb5_locator against libtalloc
Filename:
MIME Type:
Creator:
Matt Kraai (mail address dead)
Created:
2009-12-04 10:26:35 UTC
Size:
1.19 KB
patch
obsolete
>From ce9c628b37b212b67f6c4f7a6a253feab399e029 Mon Sep 17 00:00:00 2001 >From: Matt Kraai <mkraai@beckman.com> >Date: Fri, 4 Dec 2009 09:22:14 -0800 >Subject: [PATCH] Link winbind_krb5_locator against libtalloc > >--- > source3/Makefile.in | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/Makefile.in b/source3/Makefile.in >index b1f1658..b3b1919 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -2532,9 +2532,9 @@ bin/vlp@EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB) > $(LDAP_LIBS) $(KRB5LIBS) $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(ZLIB_LIBS) \ > @SONAMEFLAG@`basename $@`@NSSSONAMEVERSIONSUFFIX@ > >-bin/winbind_krb5_locator.@SHLIBEXT@: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT) >+bin/winbind_krb5_locator.@SHLIBEXT@: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBTALLOC) $(LIBWBCLIENT) > @echo "Linking $@" >- @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) \ >+ @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(LIBTALLOC_LIBS) $(KRB5LIBS) \ > @SONAMEFLAG@`basename $@` > > bin/pam_winbind.@SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) $(LIBTALLOC) $(LIBWBCLIENT) >-- >1.6.5.3 >
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 6964
:
5052
| 5055