From 67ef65a234ea01101e79e8f891c1049913a6ff81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 6 Jun 2012 13:20:08 +0200 Subject: [PATCH] s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10 --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index a11e96b1075..cf4e13e4fa9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5774,7 +5774,7 @@ case "$host_os" in NSSSONAMEVERSIONSUFFIX=".2" WINBIND_NSS_EXTRA_OBJS="../nsswitch/winbind_nss_linux.o" ;; - *freebsd[[5-9]]*) + *freebsd[[5-9]]* | *freebsd1[[0-9]]*) # FreeBSD winbind client is implemented as a wrapper around # the Linux version. NSSSONAMEVERSIONSUFFIX=".1" @@ -5784,7 +5784,7 @@ case "$host_os" in WINBIND_WINS_NSS="../nsswitch/nss_wins.$SHLIBEXT" ;; - *netbsd*[[3-9]]*) + *netbsd*[[3-9]]* | *netbsd1[[0-9]]*) # NetBSD winbind client is implemented as a wrapper # around the Linux version. It needs getpwent_r() to # indicate libc's use of the correct nsdispatch API. -- 2.11.4.GIT