[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Feb 20 17:18:02 MST 2011


The branch, master has been updated
       via  82fa772 Fix missing dependency on libreplace.
      from  1273d50 s4/drs-tests:Blackbox test to verify DsReplicaSync handling

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 82fa772fa2dd6209d822ce0769364809233b9db7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Feb 21 00:26:12 2011 +0100

    Fix missing dependency on libreplace.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Mon Feb 21 01:17:33 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/util/charset/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build
index 7dcd189..93b4733 100644
--- a/lib/util/charset/wscript_build
+++ b/lib/util/charset/wscript_build
@@ -10,7 +10,7 @@ if bld.env._SAMBA_BUILD_ == 4:
 
 bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
                     source='iconv.c',
-                    public_deps='iconv')
+                    public_deps='iconv replace')
 
 bld.SAMBA_SUBSYSTEM('CODEPOINTS',
 	source='codepoints.c',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list