diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 16:23:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 16:23:29 +0000 |
commit | 68322422c63c9560e6c264db7bd7809b80941cd9 (patch) | |
tree | afbf1abf94eb86ca710170872e0f67e7ece71bfa /net/samba3/files/patch-configure.in | |
parent | . Add missing calls to registervm and unregistervm. (diff) |
Update to 3.0.6.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=117846
Diffstat (limited to 'net/samba3/files/patch-configure.in')
-rw-r--r-- | net/samba3/files/patch-configure.in | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in index 9f38d6ecbfb6..1b8afc674007 100644 --- a/net/samba3/files/patch-configure.in +++ b/net/samba3/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig Thu Apr 29 09:34:48 2004 -+++ configure.in Thu May 20 14:16:15 2004 -@@ -803,6 +803,13 @@ +--- configure.in.orig Fri Aug 6 23:38:21 2004 ++++ configure.in Wed Sep 1 03:03:48 2004 +@@ -810,6 +810,13 @@ AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type]) fi @@ -14,3 +14,21 @@ # stupid headers have the functions but no declaration. grrrr. AC_HAVE_DECL(errno, [#include <errno.h>]) AC_HAVE_DECL(setresuid, [#include <unistd.h>]) +@@ -3870,7 +3877,7 @@ + AC_DEFINE(HAVE_TRU64_ACLS,1,[Whether Tru64 ACLs are available]) + ACL_LIBS="$ACL_LIBS -lpacl" + ;; +- *freebsd5*) ++ *freebsd[[5-9]]*) + AC_MSG_RESULT(Using FreeBSD posix ACLs) + AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether FreeBSD POSIX ACLs are available]) + AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available]) +@@ -4189,7 +4196,7 @@ + *linux*) + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o" + ;; +- *freebsd5*) ++ *freebsd[[5-9]]*) + # FreeBSD winbind client is implemented as a wrapper around + # the Linux version. + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ |