diff options
author | Gerald Carter <jerry@samba.org> | 2004-04-28 19:18:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:21 -0500 |
commit | 37c838b3e2f8180fe46be256e373d1e2eaefb00d (patch) | |
tree | b920bc9d409fd63f89032296405c3f3e8b8a4c32 /source3 | |
parent | aea1d344b22c656c23413532c02d82e6141bc1c0 (diff) | |
download | samba-37c838b3e2f8180fe46be256e373d1e2eaefb00d.tar.gz samba-37c838b3e2f8180fe46be256e373d1e2eaefb00d.tar.bz2 samba-37c838b3e2f8180fe46be256e373d1e2eaefb00d.zip |
r393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so names on FreeBSD 5.x
(This used to be commit 6fcb8e5a48af3cd5421fbf376c510c8bc092c071)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index eb9b825691..bf8aa771b5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4079,6 +4079,8 @@ case "$host_os" in # the Linux version. WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ nsswitch/winbind_nss_linux.o" + WINBIND_NSS="nsswitch/nss_winbind.$SHLIBEXT" + WINBIND_WINS_NSS="nsswitch/nss_wins.$SHLIBEXT" ;; *irix*) # IRIX has differently named shared libraries |