a3dacef61e
- unified file and object storage - storage for Hadoop (not tested here) - proactive self-healing - much better performance
14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: options.mk,v 1.7 2012/10/19 04:15:21 manu Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs
|
|
PKG_SUPPORTED_OPTIONS= georeplication
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgeoreplication)
|
|
CONFIGURE_ARGS+= --enable-georeplication
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.georeplication
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-georeplication
|
|
.endif
|
|
|