1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

waf: Create a libnss_winbind.so symlink.

This fixes bug #9299.
This commit is contained in:
Andreas Schneider 2012-10-17 18:16:15 +02:00 committed by Karolin Seeger
parent 8490c1a503
commit 1f017efeed

View File

@ -33,6 +33,7 @@ if (Utils.unversioned_sys_platform() == 'linux' or (host_os.rfind('gnu') > -1)):
source='winbind_nss_linux.c',
deps='winbind-client',
realname='libnss_winbind.so.2',
soname='libnss_winbind.so',
vnum='2')
elif (host_os.rfind('freebsd') > -1):
# FreeBSD winbind client is implemented as a wrapper around