ceph: update to 10.2.2.

This commit is contained in:
Juan RP 2016-07-27 08:38:17 +02:00
parent ad5652daaf
commit 6c2a8342f2

View file

@ -1,7 +1,7 @@
# Template file for 'ceph'
pkgname=ceph
version=10.2.0
revision=2
version=10.2.2
revision=1
build_style=gnu-configure
configure_args="--with-man-pages --with-radosgw --without-openldap
--with-nss --without-cython --without-tcmalloc
@ -17,10 +17,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://ceph.com/"
distfiles="http://download.ceph.com/tarballs/ceph-${version}.tar.gz"
checksum=1a39d919beccaa26ddfbaeac04eebb80f4d43946a59a18e2e25a9a805d5b262d
checksum=7adaaeffb5a787108b5e1494df9165b6420069c0ab710e6e4aad185f423b0f6d
# - Needs NEON on ARM (armv7+)
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="execinfo.h, PTHREAD_RWLOCK_NONRECURSIVE_NP, etc";;
armv7*) CFLAGS="-mfpu=neon";;
esac