glusterfs: update to 3.5.1 + libressl
This commit is contained in:
parent
4fa469dbb3
commit
374a62e2ad
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'glusterfs'
|
# Template file for 'glusterfs'
|
||||||
pkgname=glusterfs
|
pkgname=glusterfs
|
||||||
version=3.4.2
|
version=3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
configure_args="--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
||||||
ac_cv_file__etc_debian_version=no ac_cv_file__etc_SuSE_release=no
|
ac_cv_file__etc_debian_version=no ac_cv_file__etc_SuSE_release=no
|
||||||
ac_cv_file__etc_redhat_release=no"
|
ac_cv_file__etc_redhat_release=no"
|
||||||
hostmakedepends="pkg-config python flex automake libtool"
|
hostmakedepends="pkg-config python flex automake libtool"
|
||||||
makedepends="fuse-devel libxml2-devel libfl-devel openssl-devel readline-devel>=6.3 python"
|
makedepends="fuse-devel libxml2-devel libfl-devel libressl-devel readline-devel>=6.3 python"
|
||||||
# python is required by gsyncd.
|
# python is required by gsyncd.
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
|
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-3"
|
license="GPL-2, LGPL-3"
|
||||||
homepage="http://www.gluster.org/"
|
homepage="http://www.gluster.org/"
|
||||||
distfiles="http://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4fcd42b13b60a67587de98e60ff679803433bbb0c11aa2b40c4135e2358cedef
|
checksum=eeff8399a1b83fc57f79bacccee8360845785bc67f1683bdbaff8d0493f5377b
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue