that fcntl check in configure

Cole, Timothy D. timothy_d_cole at md.northgrum.com
Fri Jan 28 16:40:43 GMT 2000


> -----Original Message-----
> From:	Daniel Stenberg [SMTP:Daniel.Stenberg at haxx.nu]
> Sent:	Thursday, January 27, 2000 4:21
> To:	Multiple recipients of list SAMBA-TECHNICAL
> Subject:	that fcntl check in configure
> 
> Hello
> 
> Is there any particular reason why this patch couldn't be applied to the
> samba tree? I don't like having to modify this manually at every rebuild I
> do and neither do I like to move the samba directory to a non-nfs one...
> 
> --- source/tests/fcntl_lock.c.org	Thu Jan 27 10:18:06 2000
> +++ source/tests/fcntl_lock.c	Thu Jan 27 10:18:09 2000
> @@ -27,7 +27,7 @@
>  #endif /* USE_WAITPID */
>  }
>  
> -#define DATA "conftest.fcntl"
> +#define DATA "/tmp/conftest.fcntl"
>  
>  #ifndef SEEK_SET
>  #define SEEK_SET 0
> 
	Hmm... this is broken for parallel builds, though.



More information about the samba-technical mailing list