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)
committerBjörn Jacke <bj@sernet.de>
Tue, 20 Oct 2009 08:52:06 +0000 (10:52 +0200)
commitf96f8f9c7720de8f032f571e81246c59e13550c1
treed8f0761dcd87dc405016bae8d702d16e3f8a4630
parent438f400680a5952ef419e4045d85076b8f723f0f
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.
source3/Makefile.in
source3/configure.in