From 675e730b1280c6dc5af98716ab8c1f6ffd4c1070 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Thu, 7 Mar 2013 17:36:37 -0800 Subject: [PATCH] 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 Reviewed-by: Andrew Bartlett Reviewed-by: Richard Sharpe Autobuild-User(master): Richard Sharpe Autobuild-Date(master): Fri Mar 8 05:04:04 CET 2013 on sn-devel-104 (cherry picked from commit 11d128632357c9ae89d67aaf23c429fae83a1b29) --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 1efee55..a7d6489 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -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): -- 1.7.11.7