Add WITH_NFS_LOCK - it's enable build with nfs safe locks.

Reported by:	Alexander Gottlieb
This commit is contained in:
Andrey Slusar 2006-12-17 10:43:24 +00:00
parent b28bc3788a
commit 2b40b441d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180010

View File

@ -67,6 +67,9 @@ CONFIGURE_ARGS+= --disable-af-avail
.if defined(WITHOUT_BEST_AKA)
CONFIGURE_ARGS+= --disable-best-aka
.endif
.if defined(WITH_NFS_LOCK)
CONFIGURE_ARGS+= --enable-nfs-safe-lock
.endif
CONFIGURE_ARGS+= --libexec=${PREFIX}/libexec/fidogate \
--sysconfdir=${PREFIX}/etc/fido/gate \
--libdir=${PREFIX}/lib/fidogate \