summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-01-07 21:08:42 +0000
committerJeremy Allison <jra@samba.org>2004-01-07 21:08:42 +0000
commit66da12e11807e072ec7dd51bb60bd1b5df7fd6f5 (patch)
treebbebd8c1479f34a5d95327b214075ec959d928ef
parentfb1c0450f2a804edf317b3be9eb1a1ff2a6cbb16 (diff)
downloadsamba-66da12e11807e072ec7dd51bb60bd1b5df7fd6f5.tar.gz
samba-66da12e11807e072ec7dd51bb60bd1b5df7fd6f5.tar.bz2
samba-66da12e11807e072ec7dd51bb60bd1b5df7fd6f5.zip
Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for
FreeBSD winbindd. Jeremy. (This used to be commit 7c4d52014e4432c9bd430a8885f0c314312002d5)
-rw-r--r--source3/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 154b6c3fee..1ca8512b21 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4035,7 +4035,10 @@ case "$host_os" in
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
;;
*freebsd5*)
- WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o"
+ # FreeBSD winbind client is implemented as a wrapper around
+ # the Linux version.
+ WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \
+ nsswitch/winbind_nss_linux.o"
;;
*irix*)
# IRIX has differently named shared libraries