The Samba-Bugzilla – Attachment 4816 Details for
Bug 6791
Wrong linking order in cifs.upcall, libwbclient, and missing -lz in libwbclient, libnetapi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing link order for cifs.upcall
samba-3.4.1-fix-cifsupcall-linkorder.patch (text/plain), 767 bytes, created by
Buchan Milne
on 2009-10-08 09:32:55 UTC
(
hide
)
Description:
Patch fixing link order for cifs.upcall
Filename:
MIME Type:
Creator:
Buchan Milne
Created:
2009-10-08 09:32:55 UTC
Size:
767 bytes
patch
obsolete
>--- samba-3.4.1/source3/Makefile.in.cifslinkorder 2009-09-09 13:40:43.000000000 +0100 >+++ samba-3.4.1/source3/Makefile.in 2009-09-11 08:07:20.000000000 +0100 >@@ -1468,9 +1468,9 @@ > bin/cifs.upcall@EXEEXT@: $(BINARY_PREREQS) $(CIFS_UPCALL_OBJ) $(LIBSMBCLIENT_OBJ1) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@ @LIBWBCLIENT_TARGET@ > @echo Linking $@ > @$(CC) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \ >- $(LIBSMBCLIENT_OBJ1) $(LIBS) -lkeyutils $(KRB5LIBS) \ >+ $(LIBSMBCLIENT_OBJ1) -lkeyutils $(LIBS) $(KRB5LIBS) \ > $(LDAP_LIBS) $(LIBTALLOC_LIBS) $(LIBWBCLIENT_LIBS) \ >- $(LIBTDB_LIBS) $(NSCD_LIBS) >+ $(LIBTDB_LIBS) $(NSCD_LIBS) $(ZLIB_LIBS) > > bin/testparm@EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_TARGET@ @LIBTDB_TARGET@ > @echo Linking $@
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 6791
: 4816 |
4817