The Samba-Bugzilla – Attachment 8225 Details for
Bug 9425
Do not build ntdb by default (4.0 only!)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for v4-0-test only
0001-waf-Disable-ntdb-by-default.patch (text/plain), 846 bytes, created by
Karolin Seeger
on 2012-11-23 11:36:36 UTC
(
hide
)
Description:
Proposed patch for v4-0-test only
Filename:
MIME Type:
Creator:
Karolin Seeger
Created:
2012-11-23 11:36:36 UTC
Size:
846 bytes
patch
obsolete
>From 5b38c52d950274289de9c8bd96597102ebde3c5e Mon Sep 17 00:00:00 2001 >From: Karolin Seeger <kseeger@samba.org> >Date: Fri, 23 Nov 2012 12:33:37 +0100 >Subject: [PATCH] waf: Disable ntdb by default. > >Disable ntdb by default for 4.0 as it is not used yet. > >Karolin > >Signed-off-by: Karolin Seeger <kseeger@samba.org> >--- > wscript | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/wscript b/wscript >index 4f82310..c8dcccd 100644 >--- a/wscript >+++ b/wscript >@@ -60,7 +60,7 @@ def set_options(opt): > > opt.add_option('--disable-ntdb', > help=("disable ntdb"), >- action="store_true", dest='disable_ntdb', default=False) >+ action="store_true", dest='disable_ntdb', default=True) > > > opt.tool_options('python') # options for disabling pyc or pyo compilation >-- >1.7.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:
metze
:
review+
obnox
:
review+
Actions:
View
Attachments on
bug 9425
: 8225