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

Volker Lendecke vlendec at samba.org
Sun Apr 27 10:15:50 GMT 2008


The branch, v3-2-test has been updated
       via  2883e554f45ca01dbfc205baa0b4149d2f2a01e8 (commit)
      from  d8da971426f12b5bac0bd7595ddd5d54d220c221 (commit)

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


- Log -----------------------------------------------------------------
commit 2883e554f45ca01dbfc205baa0b4149d2f2a01e8
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.

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index f438fbd..e0ebc4f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1350,8 +1350,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 $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list