[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Thu Apr 15 23:34:29 MDT 2010


The branch, master has been updated
       via  ef05007... s4-rpc: fixed the build with the old build system
      from  75f5c3c... s4-net: allow a username to be displayed in setpassword errors

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


- Log -----------------------------------------------------------------
commit ef05007257b224b803d1814185c7edd12d794316
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Apr 16 15:33:07 2010 +1000

    s4-rpc: fixed the build with the old build system
    
    ../librpc/gen_ndr/ndr_drsblobs.o was being linked in twice into
    drsblobs.so

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

Summary of changes:
 source4/librpc/config.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 650604b..de9fa6d 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -721,7 +721,7 @@ python_drsuapi_OBJ_FILES = ../librpc/gen_ndr/py_drsuapi.o
 LIBRARY_REALNAME = samba/dcerpc/drsblobs.$(SHLIBEXT)
 PRIVATE_DEPENDENCIES = RPC_NDR_DRSBLOBS PYTALLOC pyparam_util pycredentials python_dcerpc
 
-python_drsblobs_OBJ_FILES  = ../librpc/gen_ndr/py_drsblobs.o ../librpc/gen_ndr/ndr_drsblobs.o
+python_drsblobs_OBJ_FILES  = ../librpc/gen_ndr/py_drsblobs.o
 
 [PYTHON::python_dcerpc_security]
 LIBRARY_REALNAME = samba/dcerpc/security.$(SHLIBEXT)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list