mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
ceph: update to 10.2.2.
This commit is contained in:
parent
ad5652daaf
commit
6c2a8342f2
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ceph'
|
# Template file for 'ceph'
|
||||||
pkgname=ceph
|
pkgname=ceph
|
||||||
version=10.2.0
|
version=10.2.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-man-pages --with-radosgw --without-openldap
|
configure_args="--with-man-pages --with-radosgw --without-openldap
|
||||||
--with-nss --without-cython --without-tcmalloc
|
--with-nss --without-cython --without-tcmalloc
|
||||||
|
@ -17,10 +17,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ceph.com/"
|
homepage="http://ceph.com/"
|
||||||
distfiles="http://download.ceph.com/tarballs/ceph-${version}.tar.gz"
|
distfiles="http://download.ceph.com/tarballs/ceph-${version}.tar.gz"
|
||||||
checksum=1a39d919beccaa26ddfbaeac04eebb80f4d43946a59a18e2e25a9a805d5b262d
|
checksum=7adaaeffb5a787108b5e1494df9165b6420069c0ab710e6e4aad185f423b0f6d
|
||||||
|
|
||||||
# - Needs NEON on ARM (armv7+)
|
# - Needs NEON on ARM (armv7+)
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) broken="execinfo.h, PTHREAD_RWLOCK_NONRECURSIVE_NP, etc";;
|
||||||
armv7*) CFLAGS="-mfpu=neon";;
|
armv7*) CFLAGS="-mfpu=neon";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue