From 3a3dbb228778afa8f00c22fe5bde13d9f8972576 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 17 Oct 2012 18:16:15 +0200 Subject: [PATCH] waf: Create a libnss_winbind.so symlink. This fixes bug #9299. --- nsswitch/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 8499c62eee3..a94c02ca6f2 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -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 -- 2.11.4.GIT