summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-05-14 14:34:25 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-05-23 05:11:13 +0200
commit754a840946cae308fb97a2927ea263e29de9e7b4 (patch)
tree298b78dae70ef8255394f5214e77ddb95f694c92 /script
parent1118fc3b2608469e6086802be9e6b2065462770f (diff)
downloadsamba-754a840946cae308fb97a2927ea263e29de9e7b4.tar.gz
autobuild: build ldb --without-ldb-lmdb
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed May 23 05:11:13 CEST 2018 on sn-devel-144
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 65b89d1b40a..5fff092d37a 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -285,6 +285,9 @@ tasks = {
("make", "make", "text/plain"),
("install", "make install", "text/plain"),
("test", "make test", "text/plain"),
+ ("configure-no-lmdb", "./configure --enable-developer --without-ldb-lmdb -C ${PREFIX} ${EXTRA_PYTHON}", "text/plain"),
+ ("make-no-lmdb", "make", "text/plain"),
+ ("install-no-lmdb", "make install", "text/plain"),
("check-clean-tree", "../../script/clean-source-tree.sh", "text/plain"),
("distcheck", "make distcheck", "text/plain"),
("clean", "make clean", "text/plain") ],