[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2254-g225fbe7

Volker Lendecke vlendec at samba.org
Wed Apr 30 10:49:55 GMT 2008


The branch, v3-3-test has been updated
       via  225fbe743c34fa7658f8f2e9daf6f51ec1b6e944 (commit)
       via  ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4 (commit)
      from  37dabf931727f00569725af0e34677d36bb7df99 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 225fbe743c34fa7658f8f2e9daf6f51ec1b6e944
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Apr 27 12:16:23 2008 +0200

    Next round fixing bug 5420, build on IRIX
    
    The IRIX make does not like lines with only whitespace. With LIBNETAPI_LIBS
    evaluating to nothing this happens there.

commit ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Apr 26 09:48:17 2008 +0200

    Attempt to fix the build on IRIX: Bug 5420

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

Summary of changes:
 source/Makefile.in          |    3 +--
 source/librpc/rpc/binding.c |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 35f304d..0f1df49 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1353,8 +1353,7 @@ bin/net at EXEEXT@: $(BINARY_PREREQS) $(NET_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @L
 	@$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) \
 		@POPTLIBS@ $(KRB5LIBS) $(UUID_LIBS) $(LDAP_LIBS) \
 		$(PASSDB_LIBS) $(TERMLDFLAGS) $(TERMLIBS) $(NSCD_LIBS) \
-		@INIPARSERLIBS@ @LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @WINBIND_LIBS@ \
-		@LIBNETAPI_LIBS@
+		@INIPARSERLIBS@ @LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @WINBIND_LIBS@ @LIBNETAPI_LIBS@
 
 bin/profiles at EXEEXT@: $(BINARY_PREREQS) $(PROFILES_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@
 	@echo Linking $@
diff --git a/source/librpc/rpc/binding.c b/source/librpc/rpc/binding.c
index 92f65b5..01e3479 100644
--- a/source/librpc/rpc/binding.c
+++ b/source/librpc/rpc/binding.c
@@ -69,6 +69,7 @@ static const struct {
 	const char *name;
 	uint32_t flag;
 } ncacn_options[] = {
+	{ "", 0 }
 };
 
 const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list