From 667ae05c640b597425676e00cf5a1eddea57b26d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Jun 2014 21:31:26 +0200 Subject: [PATCH] autobuild: fix ctdb build of samba-ctdb target after switch to waf. Signed-off-by: Michael Adam --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/autobuild.py b/script/autobuild.py index 9ebdf2b..23eb7e8 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -60,7 +60,7 @@ tasks = { # 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"), -- 1.9.1