wok rev 25046

Up glusterfs (10.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 04 12:04:57 2022 +0000 (23 months ago)
parents 232ba43d30af
children fc6443233c97
files glusterfs/receipt
line diff
     1.1 --- a/glusterfs/receipt	Sat Jun 04 08:33:59 2022 +0000
     1.2 +++ b/glusterfs/receipt	Sat Jun 04 12:04:57 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glusterfs"
     1.7 -VERSION="3.3.1"
     1.8 +VERSION="10.2"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Distributed file system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,7 +11,7 @@
    1.13  WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS="python readline mpc-library elfutils openssl"
    1.16 -BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev"
    1.17 +BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev libtirpc-dev liburcu-dev libaio-dev automake"
    1.18  
    1.19  # What is the latest version available today?
    1.20  current_version()
    1.21 @@ -23,11 +23,14 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	./autogen.sh
    1.26  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27  		--libexecdir=/usr/share \
    1.28  		--mandir=/usr/share/man \
    1.29  		--sysconfdir=/etc \
    1.30  		--localstatedir=/var \
    1.31 +		--without-tcmalloc \
    1.32 +		--disable-linux-io_uring \
    1.33  		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35  	make -j 1 install