The branch, v3-5-test has been updated
via 129cd3b... s3:Makefile: add some explicit dependencies to libc
from e692241... Fix bug 6802 - A created folder does not properly
inherit permissions from parent.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test
- Log -----------------------------------------------------------------
commit 129cd3b703f53f21102edbc480f03e2af7fe8a58
Author: Björn Jacke <[email protected]>
Date: Fri Oct 23 12:07:08 2009 -0700
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 af0f53a..35c8b82 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -45,11 +45,11 @@ CPPFLAGS=-DHAVE_CONFIG_H @CPPFLAGS@
exee...@exeext@
a...@ar@
-ldshfla...@ldshflags@ @RELRO_LDFLAGS@ @LDFLAGS@ @LDSHFLAGS_Z_DEFS@
+ldshfla...@ldshflags@ @RELRO_LDFLAGS@ @LDFLAGS@ -lc @LDSHFLAGS_Z_DEFS@
ldpluginfla...@ldshflags@ @RELRO_LDFLAGS@ @LDFLAGS@ @LDSHFLAGS_Z_NODEFS@
ldfla...@pie_ldflags@ @RELRO_LDFLAGS@ @LDFLAGS@
-winbind_nss_ldshfla...@winbind_nss_ldshflags@ @LDFLAGS@ @LDSHFLAGS_Z_DEFS@
+winbind_nss_ldshfla...@winbind_nss_ldshflags@ @LDFLAGS@ -lc @LDSHFLAGS_Z_DEFS@
a...@awk@
picfl...@picflag@
dyne...@dynexp@
--
Samba Shared Repository