13 lines
656 B
Makefile
13 lines
656 B
Makefile
################################################################################
|
|
#
|
|
# gluster
|
|
#
|
|
################################################################################
|
|
|
|
GLUSTER_VERSION = 4.1.5
|
|
GLUSTER_SITE = https://download.gluster.org/pub/gluster/glusterfs/01.old-releases/4.1/$(GLUSTER_VERSION)
|
|
GLUSTER_SOURCE = glusterfs-$(GLUSTER_VERSION).tar.gz
|
|
GLUSTER_CONF_OPTS = --disable-tiering --disable-ec-dynamic --disable-xmltest --disable-crypt-xlator --disable-georeplication --disable-ibverbs --disable-glupy --disable-gnfs --disable-cmocka --without-server
|
|
GLUSTER_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install
|
|
$(eval $(autotools-package))
|