Fix configure over NFS by using /tmp to check for locking

Submitted by:	martijn@smartie.xs4all.nl
This commit is contained in:
David W. Chapman Jr. 2002-11-20 18:46:17 +00:00
parent eeb159928c
commit 29846fd961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70609

View File

@ -74,6 +74,8 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
.include <bsd.port.pre.mk>
CONFIGURE_ENV+= TESTDIR=/tmp
.if defined(WITH_SYSLOG)
CONFIGURE_ARGS+= --with-syslog
.endif