mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
third_party: Link uid_wrapper against pthread
uid_wrapper uses pthread_atfork() which is only provided by libpthread. │···················· So we need an explicit dependency. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
68d8a02ef5
commit
bd0cd8e132
2
third_party/uid_wrapper/wscript
vendored
2
third_party/uid_wrapper/wscript
vendored
@ -119,6 +119,6 @@ def build(bld):
|
||||
# breaks preloading!
|
||||
bld.SAMBA_LIBRARY('uid_wrapper',
|
||||
source='uid_wrapper.c',
|
||||
deps='dl',
|
||||
deps='dl pthread',
|
||||
install=False,
|
||||
realname='libuid-wrapper.so')
|
||||
|
Loading…
x
Reference in New Issue
Block a user