diff options
author | brook <brook@pkgsrc.org> | 2011-12-04 00:24:35 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2011-12-04 00:24:35 +0000 |
commit | 58b96bb43bb9bcedc7af9af8e5df9eb4308eb028 (patch) | |
tree | 8d92e40b8d6a99d57a1a2fc1559539e2fab22d26 /filesystems | |
parent | 05aa3dad021d46c246c6af74efaa7d038618bf87 (diff) | |
download | pkgsrc-58b96bb43bb9bcedc7af9af8e5df9eb4308eb028.tar.gz |
Georeplication is apparently enabled by default, so it must be explicitly
disabled if that option is not selected.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/glusterfs/options.mk | 4 |
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 |