wafsamba: use private extentions also for bundled public libraries
authorStefan Metzmacher <metze@samba.org>
Fri, 13 Aug 2021 13:16:59 +0000 (15:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Nov 2021 15:53:34 +0000 (15:53 +0000)
commitda7c41e26016845f0dfd78601987c075ef8711a6
tree163065754819403431c791eba4f6e9ee3e5e0bb3
parent43b90da1867135ddb5f740c9d664af4c2d96a18f
wafsamba: use private extentions also for bundled public libraries

Playing tricks with redefining libraries, which may also be installed in
the system with the same version, isn't really a good thing.
It may work in some cases, but there are so many things which may go
wrong. So if we build a library as private/bundled library we should
change the soname of the library.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14780

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
buildtools/wafsamba/samba_bundled.py
buildtools/wafsamba/wafsamba.py