s3: make unresolved symbols in libs throw errors
authorBjörn Jacke <bj@sernet.de>
Mon, 19 Oct 2009 23:13:56 +0000 (01:13 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:39:34 +0000 (11:39 +0100)
commit49b768a7f6f0ac0c889417ad1f459229e056f2cb
tree5a14392cdb8f05904ba9ab4535373a460f36e0c1
parent19a2b0221e57266e2fb658b03494b3d884a5778f
s3: make unresolved symbols in libs throw errors

except for the Samba internal plugins unresolved symbol references should not
show up in shared libraries. For historical reasons it's the default behaviour
of linkers to ignore those in shared libs. We use -z defs (alias
--no-undefined) to not ignore them in shared libs.
(cherry picked from commit 7aaec4fe68ce23b0b5880badac378f5ca4386389)
source3/Makefile.in
source3/configure.in