From cef718c39f1bfbe72bee65db0fb1f680f887fbf0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Jun 2014 21:31:26 +0200 Subject: autobuild: fix ctdb build of samba-ctdb target after switch to waf. Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett Autobuild-User(master): Michael Adam Autobuild-Date(master): Sat Jun 21 02:05:38 CEST 2014 on sn-devel-104 --- script/autobuild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/autobuild.py b/script/autobuild.py index 9ebdf2bc27..786286ba79 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -59,8 +59,7 @@ tasks = { ("tdb-install", "cd lib/tdb && make install", "text/plain"), # build and install ctdb: - ("ctdb-autogen", "cd ./ctdb && ./autogen.sh", "text/plain"), - ("ctdb-configure", "cd ./ctdb && CFLAGS=-I${PREFIX_DIR}/include LDFLAGS=-L${PREFIX_DIR}/lib ./configure ${PREFIX} --enable-socket-wrapper --with-included-tdb=no", "text/plain"), + ("ctdb-configure", "cd ./ctdb && PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure ${PREFIX} --bundled-libraries=!tdb", "text/plain"), ("ctdb-make", "cd ./ctdb && make all", "text/plain"), ("ctdb-install", "cd ./ctdb && make install", "text/plain"), ("ctdb-header-ls", "ls ${PREFIX_DIR}/include/ctdb.h", "text/plain"), -- cgit