summaryrefslogtreecommitdiff
path: root/ctdb/configure.rpm
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-08-15 16:41:57 +1000
committerVolker Lendecke <vl@samba.org>2014-10-06 12:34:33 +0200
commit59c30257064518aae117784f02ba73bc3221bec6 (patch)
treed4628991eb8d2e07047d08e21c9580b569a5da70 /ctdb/configure.rpm
parent43266be94552fe0c364e12d3c44fb54e453c123a (diff)
downloadsamba-59c30257064518aae117784f02ba73bc3221bec6.tar.gz
ctdb-build: Change from ctdb-util to samba-util
Remove local lib/util and lib/tdb-wrap. Update wscript, packaging and includes.h. The only potentially surprising thing here is a fake samba-util subsystem that just depends on samba-util-core. As explained in a comment: When a combined build is implemented, CTDB will wanted to build against samba-util rather than samba-util-core. Similarly, other Samba subsystems expect samba-util. So, for a standalone build, just define a fake samba-util subsystem that pulls in samba-util-core. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'ctdb/configure.rpm')
-rwxr-xr-xctdb/configure.rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/configure.rpm b/ctdb/configure.rpm
index 32e6673d310..ff7eace2815 100755
--- a/ctdb/configure.rpm
+++ b/ctdb/configure.rpm
@@ -7,7 +7,7 @@ else
fi
CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
- --builtin-libraries=replace,popt \
+ --builtin-libraries=replace,popt,samba-debug,socket-blocking,tdb-wrap \
--bundled-libraries=!talloc,!tevent,!tdb \
--minimum-library-version=talloc:2.0.8,tdb:1.2.11,tevent:0.9.16 \
--prefix=/usr \