[PATCH] ctdb: ctdb_protocol.h includes "protocol/protocol.h"
Volker Lendecke
Volker.Lendecke at SerNet.DE
Fri Nov 6 13:54:39 UTC 2015
Hi!
Review&push appreciated!
Thanks,
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
Besuchen Sie uns vom 10.-11.11.15 auf der ISSE!
Information Security Solutions Europe Conference
Hotel Palace Berlin, 20%-Rabattcode: "ISSE15SP"
Meet us at Information Security Conference ISSE!
November 10th - 11th 2015 in Hotel Palace Berlin
For 20% discount take voucher code: "ISSE15SP"
-------------- next part --------------
From b4d73c66ca9fe8fc0ab1d5b8d715a422ffbcbc0d Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Fri, 6 Nov 2015 14:16:39 +0100
Subject: [PATCH] ctdb: ctdb_protocol.h includes "protocol/protocol.h"
So we need the toplevel ctdb path in our include path too
Signed-off-by: Volker Lendecke <vl at samba.org>
---
source3/wscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/wscript b/source3/wscript
index 4b65d88..4375b98 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1485,7 +1485,7 @@ main() {
else:
Logs.info("building with cluster support")
conf.env['CTDB_CFLAGS'] = '-DCLUSTER_SUPPORT=1'
- conf.env['CTDB_INCLUDE'] = conf.srcdir + '/ctdb/include'
+ conf.env['CTDB_INCLUDE'] = conf.srcdir + '/ctdb/include' + '/ctdb'
conf.env.with_ctdb = True
conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
--
1.9.1
More information about the samba-technical
mailing list