s3: make unresolved symbols in libs throw errors
commit7aaec4fe68ce23b0b5880badac378f5ca4386389
authorBjörn Jacke <bj@sernet.de>
Mon, 19 Oct 2009 23:13:56 +0000 (20 01:13 +0200)
committerBjörn Jacke <bj@sernet.de>
Tue, 20 Oct 2009 09:00:46 +0000 (20 11:00 +0200)
tree5a14392cdb8f05904ba9ab4535373a460f36e0c1
parent78e8d767877621fc34de9c7bb96837f82e80e358
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