1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

nsswitch: build libnss_winbind.so with SOVERSION = 2

metze
This commit is contained in:
Stefan Metzmacher 2010-03-09 12:24:59 +01:00
parent 3d70a3f78d
commit 667e8d8fc6

View File

@ -6,6 +6,8 @@ case "$host_os" in
SMB_BUILD_LIBRARY(nss_winbind,
[../nsswitch/winbind_nss_linux.o],
[LIBWINBIND-CLIENT])
SMB_MAKE_SETTINGS([nss_winbind_VERSION = 2])
SMB_MAKE_SETTINGS([nss_winbind_SOVERSION = 2])
fi
;;
*)