diff options
Diffstat (limited to 'net/samba3/files/patch-configure.in')
| -rw-r--r-- | net/samba3/files/patch-configure.in | 34 | 
1 files changed, 25 insertions, 9 deletions
| diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in index 2b72cbd289b8..c639b90466ab 100644 --- a/net/samba3/files/patch-configure.in +++ b/net/samba3/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig	Mon Apr  9 19:31:00 2007 -+++ configure.in	Wed Apr 18 03:30:37 2007 -@@ -1040,6 +1040,21 @@ +--- configure.in.orig	Wed May 23 17:29:20 2007 ++++ configure.in	Mon Jun  4 03:22:42 2007 +@@ -1041,6 +1041,21 @@      AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])   fi @@ -22,7 +22,22 @@   AC_CACHE_CHECK([for struct timespec type],samba_cv_struct_timespec, [       AC_TRY_COMPILE([   #include <sys/types.h> -@@ -5075,7 +5090,7 @@ +@@ -4033,10 +4048,10 @@ +  +   ################################################################ +   # first test for Active Directory support being enabled +-  #if test x"$with_ads_support" = x"no"; then +-  #		AC_MSG_ERROR(Active Directory support is required to enable DNS Update support) +-  #		with_dnsupdate_support=no +-  #fi	  	 ++  if test x"$with_ads_support" = x"no"; then ++  		AC_MSG_ERROR(Active Directory support is required to enable DNS Update support) ++  		with_dnsupdate_support=no ++  fi	  	 +   ################################################################## +   # then test for uuid.h (necessary to generate unique DNS keynames +   # (uuid.h is required for this test) +@@ -5107,7 +5122,7 @@   #################################################   # check for ACL support @@ -31,7 +46,7 @@   AC_ARG_WITH(acl-support,   [  --with-acl-support      Include ACL support (default=no)],   [ case "$withval" in -@@ -5083,42 +5098,37 @@ +@@ -5115,43 +5130,37 @@   	case "$host_os" in   	*sysv5*) @@ -77,11 +92,12 @@  -		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]) +-		default_static_modules="$default_static_modules vfs_posixacl"  -		;;   	*linux*)   		AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"])          		AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"]) -@@ -5139,7 +5149,7 @@ +@@ -5172,7 +5181,7 @@   			LIBS=$acl_LIBS   		])   		if test x"$samba_cv_HAVE_POSIX_ACLS" = x"yes"; then @@ -90,7 +106,7 @@   			AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether POSIX ACLs are available])   			AC_CACHE_CHECK([for acl_get_perm_np],samba_cv_HAVE_ACL_GET_PERM_NP,[   				acl_LIBS=$LIBS -@@ -5160,12 +5170,18 @@ +@@ -5193,12 +5202,18 @@   				AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])   			fi   		fi @@ -113,7 +129,7 @@   			AC_TRY_LINK([   				#include <sys/types.h>   				#include <sys/acl.h> -@@ -5178,20 +5194,20 @@ +@@ -5211,20 +5226,20 @@   			[samba_cv_HAVE_POSIX_ACLS=yes],   			[samba_cv_HAVE_POSIX_ACLS=no])   			LIBS=$acl_LIBS @@ -139,7 +155,7 @@   				],   				[samba_cv_HAVE_ACL_GET_PERM_NP=yes],   				[samba_cv_HAVE_ACL_GET_PERM_NP=no]) -@@ -5200,17 +5216,22 @@ +@@ -5233,17 +5248,22 @@   			if test x"$samba_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then   				AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])   			fi | 
