# HG changeset patch # User Pascal Bellard # Date 1654344297 0 # Node ID 91d532bbdd2d586192f8dd95e83c6917dc592d76 # Parent 232ba43d30af2184ce8696edb22c5e7f3880bf42 Up glusterfs (10.2) diff -r 232ba43d30af -r 91d532bbdd2d glusterfs/receipt --- a/glusterfs/receipt Sat Jun 04 08:33:59 2022 +0000 +++ b/glusterfs/receipt Sat Jun 04 12:04:57 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="glusterfs" -VERSION="3.3.1" +VERSION="10.2" CATEGORY="misc" SHORT_DESC="Distributed file system." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,7 +11,7 @@ WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="python readline mpc-library elfutils openssl" -BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev" +BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev libtirpc-dev liburcu-dev libaio-dev automake" # What is the latest version available today? current_version() @@ -23,11 +23,14 @@ # Rules to configure and make the package. compile_rules() { + ./autogen.sh ./configure --prefix=/usr --infodir=/usr/share/info \ --libexecdir=/usr/share \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --localstatedir=/var \ + --without-tcmalloc \ + --disable-linux-io_uring \ $CONFIGURE_ARGS && make && make -j 1 install