[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun May 23 17:27:23 MDT 2010


The branch, master has been updated
       via  792743c... solve the error "ldb.inst.h does not exist"
      from  eec9398... build: get the SONAME right for installed libraries

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


- Log -----------------------------------------------------------------
commit 792743cfab19ad273c75a2f8d54fe2dd60de0240
Author: Thomas Nagy <tnagy2pow10 at gmail.com>
Date:   Sun May 23 21:31:53 2010 +0200

    solve the error "ldb.inst.h does not exist"
    
    The error happens when headermap.txt is not available
    
    Signed-off-by: Jelmer Vernooij <jelmer at samba.org>

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

Summary of changes:
 buildtools/wafsamba/wafsamba.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 1efa10d..fd6a552 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -658,6 +658,8 @@ def init_subst(bld):
 
     node = bld.srcnode.find_resource("source4/headermap.txt")
     if not node:
+        bld.subst_table = {}
+        bld.subst_table_h = 0
         return {}
     lines = node.read(None)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list