diff options
author | Andreas Schneider <asn@samba.org> | 2012-10-17 18:16:15 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-10-22 09:04:21 +0200 |
commit | 1f017efeedffed84b872bd17ebefee7dfff0d11a (patch) | |
tree | 32d568c8161f4c1f0be947f434677c6b7e1456a0 | |
parent | 8490c1a503cba909b429cc3cb9c972d51dfa5ea8 (diff) | |
download | samba-1f017efeedffed84b872bd17ebefee7dfff0d11a.tar.gz |
waf: Create a libnss_winbind.so symlink.
This fixes bug #9299.
-rw-r--r-- | nsswitch/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 8499c62eee..a94c02ca6f 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 |