The Samba-Bugzilla – Attachment 8779 Details for
Bug 9803
change --with-dmapi to default=auto to match the autoconf build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch written by Metze incl. cherry-pick information
0001-s3-wscript-change-with-dmapi-to-default-auto-to-matc.patch (text/plain), 1.18 KB, created by
Karolin Seeger
on 2013-04-17 09:19:41 UTC
(
hide
)
Description:
Proposed patch written by Metze incl. cherry-pick information
Filename:
MIME Type:
Creator:
Karolin Seeger
Created:
2013-04-17 09:19:41 UTC
Size:
1.18 KB
patch
obsolete
>From db6599857a4aa5a14a8e737e54e03352480a21fa Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Fri, 22 Mar 2013 09:39:42 +0100 >Subject: [PATCH] s3:wscript: change --with-dmapi to default=auto to match the > autoconf build > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >Reviewed-by: Volker Lendecke <vl@samba.org> > >Autobuild-User(master): Volker Lendecke <vl@samba.org> >Autobuild-Date(master): Wed Apr 3 11:45:12 CEST 2013 on sn-devel-104 >(cherry picked from commit 79038397aa8786c92401312973185c7b14e8fa66) >--- > source3/wscript | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/wscript b/source3/wscript >index 7f83fef..e1672e0 100644 >--- a/source3/wscript >+++ b/source3/wscript >@@ -41,7 +41,7 @@ def set_options(opt): > opt.SAMBA3_ADD_OPTION('syslog') > opt.SAMBA3_ADD_OPTION('automount') > opt.SAMBA3_ADD_OPTION('aio-support') >- opt.SAMBA3_ADD_OPTION('dmapi', default=False, help="build with DMAPI support") >+ opt.SAMBA3_ADD_OPTION('dmapi', default=None) # None means autodetection > opt.SAMBA3_ADD_OPTION('fam', default=None) # None means autodetection > opt.SAMBA3_ADD_OPTION('profiling-data', default=False) > >-- >1.7.10.4 >
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+
metze
:
review+
Actions:
View
Attachments on
bug 9803
: 8779