1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

Correct the name of the nss_winbind module for FreeBSD by creating a symlink

from the FreeBSD required name to the built module.

Signed-off-by: Timur Bakeyev <timur@FreeBSD.org>
Reviewed-by: Andrew Bartlett <abartlett@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>

Autobuild-User(master): Richard Sharpe <sharpe@samba.org>
Autobuild-Date(master): Fri Mar  8 05:04:04 CET 2013 on sn-devel-104
This commit is contained in:
Richard Sharpe 2013-03-07 17:36:37 -08:00 committed by Richard Sharpe
parent 5372571fde
commit 11d1286323

View File

@ -42,7 +42,7 @@ elif (host_os.rfind('freebsd') > -1):
bld.SAMBA_LIBRARY('nss_winbind',
source='winbind_nss_linux.c winbind_nss_freebsd.c',
deps='winbind-client',
realname='libnss_winbind.so.1',
realname='nss_winbind.so.1',
vnum='1')
elif (host_os.rfind('netbsd') > -1):