From 9e2f39484c9b61d115d54dfc81d102d3eab0b586 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 21 Nov 2010 23:05:59 +1100 Subject: [PATCH] s4-ldb: fixed the build with a space in the ldb modules directory name Autobuild-User: Andrew Tridgell Autobuild-Date: Sun Nov 21 13:57:14 CET 2010 on sn-devel-104 --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 5c4054a9181..4e6fc34d64a 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -206,7 +206,7 @@ def build(bld): 'common/ldb.c', deps='tevent', includes='include', - cflags='-DLDB_MODULESDIR=\"%s\"' % modules_dir) + cflags=['-DLDB_MODULESDIR=\"%s\"' % modules_dir]) LDB_TOOLS='ldbadd ldbsearch ldbdel ldbmodify ldbedit ldbrename' for t in LDB_TOOLS.split(): -- 2.34.1