[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Feb 4 03:07:40 MST 2010


The branch, master has been updated
       via  55d65ba... s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might require it
      from  acedd1c... s3: fix build on Tru64 after it broke with deactivating pthread pool support

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


- Log -----------------------------------------------------------------
commit 55d65ba7213e5b30711b5b5939d53e3d3990d86a
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Feb 4 11:03:55 2010 +0100

    s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might require it

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index cd112f7..dcd133c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1410,7 +1410,7 @@ wins : SHOWFLAGS @WINBIND_WINS_NSS@
 
 modules:: SHOWFLAGS $(MODULES)
 
-$(LIBSMBCLIENT_THREAD_OBJ): EXTRA_FLAGS := $(PTHREAD_CFLAGS)
+$(LIBSMBCLIENT_THREAD_OBJ) ../nsswitch/wins.o ../nsswitch/winbind_nss_linux.o: EXTRA_FLAGS := $(PTHREAD_CFLAGS)
 
 #####################################################################
 ## Perl IDL Compiler


-- 
Samba Shared Repository


More information about the samba-cvs mailing list