s4-ldb: fixed the build with a space in the ldb modules directory name
authorAndrew Tridgell <tridge@samba.org>
Sun, 21 Nov 2010 12:05:59 +0000 (23:05 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 21 Nov 2010 12:57:14 +0000 (13:57 +0100)
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Nov 21 13:57:14 CET 2010 on sn-devel-104

source4/lib/ldb/wscript

index 5c4054a9181df9b1a157010604629afd25ef216a..4e6fc34d64ae99e63e540a44bb67f59cb3d5a8d0 100644 (file)
@@ -206,7 +206,7 @@ def build(bld):
                             'common/ldb.c',
                             deps='tevent',
                             includes='include',
                             '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():
 
         LDB_TOOLS='ldbadd ldbsearch ldbdel ldbmodify ldbedit ldbrename'
         for t in LDB_TOOLS.split():