From 08d31c821df7aca5c59532ce8a55f330207b2a75 Mon Sep 17 00:00:00 2001 From: brook Date: Sun, 4 Dec 2011 00:24:35 +0000 Subject: Georeplication is apparently enabled by default, so it must be explicitly disabled if that option is not selected. --- filesystems/glusterfs/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'filesystems/glusterfs') diff --git a/filesystems/glusterfs/options.mk b/filesystems/glusterfs/options.mk index e536314e7bf..40f98c4267f 100644 --- a/filesystems/glusterfs/options.mk +++ b/filesystems/glusterfs/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2011/09/27 12:45:02 manu Exp $ +# $NetBSD: options.mk,v 1.5 2011/12/04 00:24:35 brook Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs PKG_SUPPORTED_OPTIONS= georeplication @@ -8,4 +8,6 @@ PKG_SUPPORTED_OPTIONS= georeplication .if !empty(PKG_OPTIONS:Mgeoreplication) CONFIGURE_ARGS+= --enable-georeplication PLIST_SRC+= ${PKGDIR}/PLIST.georeplication +.else +CONFIGURE_ARGS+= --disable-georeplication .endif -- cgit v1.2.3