The Samba-Bugzilla – Attachment 11141 Details for
Bug 11326
Robust mutex support broken in 1.3.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 894 bytes, created by
Volker Lendecke
on 2015-06-10 11:20:19 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2015-06-10 11:20:19 UTC
Size:
894 bytes
patch
obsolete
>From c73e6a6a0ab910652c0e25cdd54fc5e6f8bd906a Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Wed, 10 Jun 2015 11:17:35 +0000 >Subject: [PATCH] tdb: Check for sigaction in the standalone build > >Required for mutexes > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=11326 >Signed-off-by: Volker Lendecke <vl@samba.org> >--- > lib/tdb/wscript | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/lib/tdb/wscript b/lib/tdb/wscript >index b960bb9..f63f750 100644 >--- a/lib/tdb/wscript >+++ b/lib/tdb/wscript >@@ -83,6 +83,9 @@ def configure(conf): > conf.env.building_tdb = False > if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): > conf.define('USING_SYSTEM_PYTDB', 1) >+ else: >+ conf.CHECK_FUNCS('sigaction') >+ > > conf.env.disable_python = getattr(Options.options, 'disable_python', False) > >-- >1.7.9.5 >
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 11326
:
11141
|
11142
|
11145