summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorbrook <brook>2011-12-04 00:24:35 +0000
committerbrook <brook>2011-12-04 00:24:35 +0000
commit08d31c821df7aca5c59532ce8a55f330207b2a75 (patch)
tree8d92e40b8d6a99d57a1a2fc1559539e2fab22d26 /filesystems/glusterfs
parent0a0ee6d91e1227c8f26d157736ad6646674803d0 (diff)
downloadpkgsrc-08d31c821df7aca5c59532ce8a55f330207b2a75.tar.gz
Georeplication is apparently enabled by default, so it must be explicitly
disabled if that option is not selected.
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/options.mk4
1 files changed, 3 insertions, 1 deletions
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