mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
IRIX uses libns_winbind.so instead of libnss_winbind.so
(This used to be commit 04adfa001b
)
This commit is contained in:
parent
55b8c949aa
commit
70025a9b52
27210
source3/configure
vendored
27210
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -3050,7 +3050,14 @@ if test x"$HAVE_WINBIND" = x"yes"; then
|
||||
EXTRA_BIN_PROGS="$EXTRA_BIN_PROGS bin/wbinfo\$(EXEEXT)"
|
||||
EXTRA_SBIN_PROGS="$EXTRA_SBIN_PROGS bin/winbindd\$(EXEEXT)"
|
||||
if test x"$BLDSHARED" = x"true"; then
|
||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/libnss_winbind.so"
|
||||
case "$host_os" in
|
||||
*irix*)
|
||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/libns_winbind.so"
|
||||
;;
|
||||
*)
|
||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/libnss_winbind.so"
|
||||
;;
|
||||
esac
|
||||
if test x"$with_pam" = x"yes"; then
|
||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/pam_winbind.so"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user