summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-12 16:22:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-12 17:42:13 +0000
commit7e8ea2ca34462669810f540f7b09cd7475a87a7c (patch)
treed055e858bbc69bdfc105a4183e74eab91a890bc2 /source4/heimdal_build
parent1f853ee51b46b5a1a3b4e8e2c13023ddcc034fa2 (diff)
downloadsamba-7e8ea2ca34462669810f540f7b09cd7475a87a7c.tar.gz
samba-7e8ea2ca34462669810f540f7b09cd7475a87a7c.tar.bz2
samba-7e8ea2ca34462669810f540f7b09cd7475a87a7c.zip
unix_privs: Add missing dependency on libreplace.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index eaaa545349..058541e7a1 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -471,7 +471,7 @@ if not bld.CONFIG_SET('USING_SYSTEM_ROKEN'):
HEIMDAL_LIBRARY('roken',
ROKEN_SOURCE,
includes='../heimdal/lib/roken ../heimdal/include',
- deps='resolv util',
+ deps='resolv util replace',
vnum='19.0.1',
)