]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10
authorBjörn Jacke <bj@sernet.de>
Wed, 6 Jun 2012 11:20:08 +0000 (13:20 +0200)
committerBjoern Jacke <bj@sernet.de>
Wed, 6 Jun 2012 23:19:39 +0000 (01:19 +0200)
source3/configure.in

index a11e96b1075a75fb7b2e59d11acf2964874fc560..cf4e13e4fa93b40d9d4efb2940529dde5658647c 100644 (file)
@@ -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.