The Samba-Bugzilla – Attachment 764 Details for
Bug 2013
undefined references to secrets_*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Second try of the fix for libsmbclient
libsmbclient-Makefile.in.diff (text/plain), 1.01 KB, created by
Lars Müller
on 2004-11-10 16:26:53 UTC
(
hide
)
Description:
Second try of the fix for libsmbclient
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2004-11-10 16:26:53 UTC
Size:
1.01 KB
patch
obsolete
>Author: Lars Mueller <lmuelle at SuSE dot de> >Subject: undefined reference to `secrets_*' >Bugzilla: 48082 > >--- samba-3.0.8/source/Makefile.in >+++ samba-3.0.8/source/Makefile.in 2004-11-11 00:15:33 >@@ -472,7 +472,7 @@ > $(UBIQX_OBJ) $(LIB_NONSMBD_OBJ) $(GROUPDB_OBJ) $(SECRETS_OBJ) \ > $(POPT_LIB_OBJ) $(SMBLDAP_OBJ) $(DUMMYROOT_OBJ) > >-SMBGET_OBJ = utils/smbget.o $(POPT_LIB_OBJ) $(LIBSMBCLIENT_OBJ) $(SECRETS_OBJ) >+SMBGET_OBJ = utils/smbget.o $(POPT_LIB_OBJ) $(LIBSMBCLIENT_OBJ) > > RPCCLIENT_OBJ1 = rpcclient/rpcclient.o rpcclient/cmd_lsarpc.o \ > rpcclient/cmd_samr.o rpcclient/cmd_spoolss.o \ >@@ -508,7 +508,8 @@ > libsmb/libsmb_cache.o \ > $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ > $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) \ >- $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_GET_SET_OBJ) >+ $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_GET_SET_OBJ) \ >+ $(SECRETS_OBJ) > > # This shared library is intended for linking with unit test programs > # to test Samba internals. It's called libbigballofmud.so to
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 2013
:
763
| 764 |
765