diff options
author | Michael Adam <obnox@samba.org> | 2012-10-23 15:53:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-23 18:29:26 +0200 |
commit | d5d0a454cef8c732235b554df89761d4dcd854ba (patch) | |
tree | 5c1e96102ece1c2d39540c556308642e8993c6fb /source4/rpc_server/eventlog | |
parent | d2aa785290a283e06624f22a381a7ea02baae5ad (diff) | |
download | samba-d5d0a454cef8c732235b554df89761d4dcd854ba.tar.gz samba-d5d0a454cef8c732235b554df89761d4dcd854ba.tar.bz2 samba-d5d0a454cef8c732235b554df89761d4dcd854ba.zip |
build(waf): Fix the --with-cluster build
The problem with the cluster/ctdb configure checks in Samba
currently is, that the headers need to include <tdb.h>.
If there are no system tdb headers, configure fails to find
tdb headers at this stage. Since the include is only required
for some defines (TDB_DATA), the workaround is to temporarily
add the included tdb copy's include path to the include search
path in the configure test. The ctdb we run against will most
likely have been compiled against a different version of TDB
anyways...
To properly fix this, we might need to change ctdb to rely
on an external tdb library. Or to incorporate ctdb into samba
as a component that uses the same shipped tdb version.
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Oct 23 18:29:26 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/rpc_server/eventlog')
0 files changed, 0 insertions, 0 deletions