buildtools: only use the ABI based version script for non private libraries
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Dec 2010 15:34:28 +0000 (16:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 9 Dec 2010 15:45:51 +0000 (16:45 +0100)
commit18f30d199061796e4f46841b033d12660a3be25a
tree0af5ce85609102d3caf6cf6698513b90a69cd10d
parenta87e5f6c4142bb438d2e7225e299339563705553
buildtools: only use the ABI based version script for non private libraries

Private libraries should not expose the symbols from the public namespace,
as then we may conflict with external libraries.

E.g. if we build tdb as private library, we want to be sure we're using the
private library and symbols, even if we also have the system libtdb.so loaded
via some external modules.

metze
buildtools/wafsamba/wafsamba.py