[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Fri Dec 31 12:02:04 MST 2010


The branch, v3-5-test has been updated
       via  83eb2e9 Ñ•3/configue: set Tru64 cc's PIC switch right (none)
      from  bdebae1 s3:winbind: fix bug #7894 - sporadic winbind panic in rpc query_user_list

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


- Log -----------------------------------------------------------------
commit 83eb2e9aef40e5e838d2654298e281ad3ec98af3
Author: Björn Jacke <bj at sernet.de>
Date:   Fri Nov 26 01:32:53 2010 +0100

    Ñ•3/configue: set Tru64 cc's PIC switch right (none)
    
    -fPIC made shared library builds fail there
    
    Fixes #7821
    
    (cherry picked from commit dbcf73c45782c310cb7ff1f2177d410399e2f06d)

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

Summary of changes:
 source3/configure.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 3bd5c2b..5201302 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1631,7 +1631,9 @@ DSO_EXPORTS=""
 			BLDSHARED="true"
 			LDSHFLAGS="-shared"
 			SONAMEFLAG="-Wl,-soname,"
-			PICFLAG="-fPIC"
+			if test "${GCC}" = "yes"; then
+				PICFLAG="-fPIC"
+			fi
 			AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 			AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
 			;;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list