summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-08-27 12:39:01 +0200
committerStefan Metzmacher <metze@samba.org>2021-11-30 15:53:34 +0000
commit893c24605a5874b4b093ea1967ebbcb1e4837ffa (patch)
tree0c2040c6324e3124001053e428166fddbd16b683 /buildtools
parent03cd1449f697dc7a9950fd4d333273ea72bcb174 (diff)
downloadsamba-893c24605a5874b4b093ea1967ebbcb1e4837ffa.tar.gz
wafsamba: mark SAMBA_MODULE() with private_library=True
Symbols from modules should have a symbol versioning tag of the current version. 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>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 865975cb2d1..da6b28b1747 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -558,6 +558,7 @@ def SAMBA_MODULE(bld, modname, source,
manpages=manpages,
allow_undefined_symbols=allow_undefined_symbols,
allow_warnings=allow_warnings,
+ private_library=True,
install=install
)