From 6c2a8342f2215685f0f502070cbeb618b8d49fe1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Jul 2016 08:38:17 +0200 Subject: [PATCH] ceph: update to 10.2.2. --- srcpkgs/ceph/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ceph/template b/srcpkgs/ceph/template index 595e4e15fc4..2f586b66897 100644 --- a/srcpkgs/ceph/template +++ b/srcpkgs/ceph/template @@ -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 " 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