[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Oct 21 14:49:18 MDT 2009


The branch, master has been updated
       via  78a5e26... s3:Makefile: add some explicit dependencies to libc
      from  47fcde1... s4:provision - important fix for DNS domainname: lower realm

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


- Log -----------------------------------------------------------------
commit 78a5e26783aa7a1beff5cd6674e9ff305a0a6390
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Oct 21 22:45:18 2009 +0200

    s3:Makefile: add some explicit dependencies to libc
    
    Add libc as explicit dependency where we use "-z defs" linker flags. This is
    to silence the Sun linker. Otherwise it whines:
    
    malloc  ... (symbol belongs to implicit dependency /lib/libc.so.1)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7ac7a6f..0a9fb91 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -45,11 +45,11 @@ CPPFLAGS=-DHAVE_CONFIG_H @CPPFLAGS@
 
 EXEEXT=@EXEEXT@
 AR=@AR@
-LDSHFLAGS=@LDSHFLAGS@ @RELRO_LDFLAGS@ @LDFLAGS@ @LDSHFLAGS_Z_DEFS@
+LDSHFLAGS=@LDSHFLAGS@ @RELRO_LDFLAGS@ @LDFLAGS@ -lc @LDSHFLAGS_Z_DEFS@
 LDSHFLAGS_MODULES=@LDSHFLAGS@ @RELRO_LDFLAGS@ @LDFLAGS@ @LDSHFLAGS_Z_NODEFS@
 LDFLAGS=@PIE_LDFLAGS@ @RELRO_LDFLAGS@ @LDFLAGS@
 
-WINBIND_NSS_LDSHFLAGS=@WINBIND_NSS_LDSHFLAGS@ @LDFLAGS@ @LDSHFLAGS_Z_DEFS@
+WINBIND_NSS_LDSHFLAGS=@WINBIND_NSS_LDSHFLAGS@ @LDFLAGS@ -lc @LDSHFLAGS_Z_DEFS@
 AWK=@AWK@
 PICFLAG=@PICFLAG@
 DYNEXP=@DYNEXP@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list