mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
autobuild: Split a long line
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
d4af16a16c
commit
cfb8e4de8f
@ -560,7 +560,13 @@ tasks = {
|
||||
("tdb-install", "cd lib/tdb && make install"),
|
||||
|
||||
# build samba with cluster support (also building ctdb):
|
||||
("samba-configure", "PYTHONPATH=${PYTHON_PREFIX}:$PYTHONPATH PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-cluster-support --bundled-libraries=!tdb"),
|
||||
("samba-configure",
|
||||
"PYTHONPATH=${PYTHON_PREFIX}:$PYTHONPATH "
|
||||
"PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} "
|
||||
"./configure.developer ${PREFIX} "
|
||||
"--with-selftest-prefix=./bin/ab "
|
||||
"--with-cluster-support "
|
||||
"--bundled-libraries=!tdb"),
|
||||
("samba-make", "make"),
|
||||
("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT"),
|
||||
("samba-install", "make install"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user