The Samba-Bugzilla – Attachment 9568 Details for
Bug 10369
configure flag --without-dmapi is not honoured
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to build without dmapi from KaiBlin
patch_fix_without_dmapi_KaiBlin (text/plain), 554 bytes, created by
Chan Min Wai
on 2014-01-10 20:52:47 UTC
(
hide
)
Description:
patch to build without dmapi from KaiBlin
Filename:
MIME Type:
Creator:
Chan Min Wai
Created:
2014-01-10 20:52:47 UTC
Size:
554 bytes
patch
obsolete
>index 8b720db..fcae10c 100644 (file) >--- a/source3/wscript >+++ b/source3/wscript >@@ -212,6 +212,8 @@ main() { > # library has been found > if Options.options.with_dmapi == True and samba_dmapi_lib == '': > conf.fatal('DMAPI support requested, but no suitable DMAPI library found') >+ elif Options.options.with_dmapi not in (True, None): >+ Logs.info("Skipping DMAPI tests as requested by --without-dmapi") > else: > conf.CHECK_HEADERS('sys/dmi.h xfs/dmapi.h sys/jfsdmapi.h sys/dmapi.h dmapi.h') > conf.CHECK_CODE('''
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 10369
:
9568
|
9569
|
10203
|
10204