The Samba-Bugzilla – Attachment 2407 Details for
Bug 4542
Add TALLOC_OBJ to select shared libs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Makefile.in talloc dependencies.
makefile-shared-libs.diff (text/plain), 1.11 KB, created by
William Jojo
on 2007-04-24 18:02:11 UTC
(
hide
)
Description:
Fix Makefile.in talloc dependencies.
Filename:
MIME Type:
Creator:
William Jojo
Created:
2007-04-24 18:02:11 UTC
Size:
1.11 KB
patch
obsolete
>--- Makefile.in.orig 2007-04-23 13:22:06.000000000 -0400 >+++ Makefile.in 2007-04-23 15:34:15.000000000 -0400 >@@ -317,7 +317,8 @@ > $(RPC_CLIENT_OBJ1) rpc_client/cli_reg.o $(RPC_CLIENT_OBJ) \ > rpc_client/cli_spoolss.o rpc_client/cli_spoolss_notify.o \ > rpc_client/cli_ds.o rpc_client/cli_svcctl.o \ >- rpc_client/cli_shutdown.o rpc_client/cli_dfs.o rpc_client/cli_echo.o >+ rpc_client/cli_shutdown.o rpc_client/cli_dfs.o \ >+ rpc_client/cli_echo.o $(TALLOC_OBJ) > > LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_wkssvc.o \ > $(LIBNDR_GEN_OBJ) $(LIBNDR_OBJ) >@@ -1346,12 +1347,12 @@ > > bin/rid.@SHLIBEXT@: proto_exists nsswitch/idmap_rid.o > @echo "Building plugin $@" >- @$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_rid.o \ >+ @$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_rid.o $(TALLOC_OBJ) \ > @SONAMEFLAG@`basename $@` > > bin/ad.@SHLIBEXT@: nsswitch/idmap_ad.o > @echo "Building plugin $@" >- @$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ad.o \ >+ @$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ad.o $(TALLOC_OBJ) \ > @SONAMEFLAG@`basename $@` > > bin/weird.@SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
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 4542
: 2407