diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-08-30 19:09:14 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-09-07 12:31:42 +0200 |
commit | a43774a2577cd852222f4df16eb5a95aa4f11f5e (patch) | |
tree | 74bcd51ad4187ad7e0f0903c1de7d85d90362d71 /examples/VFS | |
parent | dd2ab2e6793891f5a879b8f15250eb43373f015b (diff) | |
download | samba-a43774a2577cd852222f4df16eb5a95aa4f11f5e.tar.gz samba-a43774a2577cd852222f4df16eb5a95aa4f11f5e.tar.bz2 samba-a43774a2577cd852222f4df16eb5a95aa4f11f5e.zip |
s3-waf: avoid exporting init symbols from statically linked modules
WAF builds with and without AD DC affect list of statically linked
modules that are added into libpdb. This makes impossible to have
ABI for libpdb that does not depend on configured features.
By making init functions from statically linked modules to have local
scope in shared libraries, we avoid unwarranted ABI changes.
Additionally, pdb_samba_dsdb imports IDMAP subsystem of source4/ as
it is not a shared library. Making its symbols private as well.
Finally, in order to have the filtering of symbols work, libpdb
has to be public library.
Diffstat (limited to 'examples/VFS')
0 files changed, 0 insertions, 0 deletions