s3:Makefile: add some explicit dependencies to libc
commit5613d608bd3d7d60852b22fb7a0fc040b0d7e131
authorBjörn Jacke <bj@sernet.de>
Fri, 23 Oct 2009 19:07:08 +0000 (23 12:07 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:39:46 +0000 (26 11:39 +0100)
tree23ec9ea7858b229813ab9744c97aede8f8f1c579
parent7e99eb1030dc6358c56dabcdec45ce2c60981555
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)
(cherry picked from commit 129cd3b703f53f21102edbc480f03e2af7fe8a58)
source3/Makefile.in