summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-08 00:25:36 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:46 +1000
commit7abe08af9288ee39d66117f292905be6189f96bd (patch)
treee7f353aae4641a11ed99ad71b6fc9add6fc8bc22 /source4/lib
parent29f22bb0c0914476d93e63ed77e75b75f2a4cd14 (diff)
downloadsamba-7abe08af9288ee39d66117f292905be6189f96bd.tar.gz
samba-7abe08af9288ee39d66117f292905be6189f96bd.tar.bz2
samba-7abe08af9288ee39d66117f292905be6189f96bd.zip
build: fixed LDB_MODULESDIR
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 7093f02a51..bc5ffdbc9e 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -19,7 +19,7 @@ def configure(conf):
conf.sub_config(LIBTEVENT_DIR)
# where does the default LIBDIR end up? in conf.env somewhere?
#
- conf.CONFIG_PATH('LDB_MODULESDIR', conf.env.LIBDIR + '/ldb')
+ conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('LIBDIR') + '/ldb')
conf.SAMBA_CONFIG_H()
def build(bld):