The Samba-Bugzilla – Attachment 8580 Details for
Bug 9643
Build in source3 of bin/net fails when configure option --with-fake-kaserver is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for v4-0-test (cherry-picked from master)
0002-s3-build-fix-the-build-with-fake-kaserver.patch (text/plain), 1.19 KB, created by
Christian Ambach
on 2013-02-25 11:55:18 UTC
(
hide
)
Description:
patch for v4-0-test (cherry-picked from master)
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2013-02-25 11:55:18 UTC
Size:
1.19 KB
patch
obsolete
>From 9579256b45bf658bebc04dbeb874115fe3d429bb Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Mon, 18 Feb 2013 17:34:25 +0100 >Subject: [PATCH 2/3] s3:build fix the build with --fake-kaserver > >this fixes Bug 9643 - Build in source3 of bin/net fails when configure option >--with-fake-kaserver is used > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=9643 > >Signed-off-by: Christian Ambach <ambi@samba.org> >Reviewed-by: Volker Lendecke <vl@samba.org> > >Autobuild-User(master): Volker Lendecke <vl@samba.org> >Autobuild-Date(master): Tue Feb 19 19:15:19 CET 2013 on sn-devel-104 >(cherry picked from commit 432dde0223d884b7de1a9d3c0655304efbcf1f88) >--- > source3/Makefile.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/Makefile.in b/source3/Makefile.in >index 4424306..f6305c6 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -1233,7 +1233,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ > NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o > > NET_OBJ = $(NET_OBJ1) \ >- $(NET_OBJ2) \ >+ $(NET_OBJ2) @FAKE_KASERVER_OBJ@ \ > $(LIBADDNS_OBJ0) \ > $(READLINE_OBJ) \ > $(LIBGPO_OBJ) $(INIPARSER_OBJ) $(DISPLAY_SEC_OBJ) \ >-- >1.7.11.7 >
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:
vl
:
review+
Actions:
View
Attachments on
bug 9643
:
8570
| 8580