diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-12-17 10:43:24 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-12-17 10:43:24 +0000 |
commit | 2b40b441d06132a4375605b26020bc15b6f78084 (patch) | |
tree | 11a7987cd0a1306db68e93d94b863f18ae7af519 /news | |
parent | Fix PLIST (remove superfluous file). (diff) |
Add WITH_NFS_LOCK - it's enable build with nfs safe locks.
Reported by: Alexander Gottlieb
Notes
Notes:
svn path=/head/; revision=180010
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index e22aa08e468b..56a56b1efdd4 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -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 \ |