diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-02 07:10:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-02 10:31:58 +0000 |
commit | 530804a8a59fca0421ce428e7ea82687ea7a97d1 (patch) | |
tree | c3dc03d726ab800eacdf3e6f9c097d70ae1083c6 /testing/ceph | |
parent | a81d5a7e7a84701c926f2211f5763dc5389c9ed0 (diff) | |
download | aports-530804a8a59fca0421ce428e7ea82687ea7a97d1.tar.bz2 aports-530804a8a59fca0421ce428e7ea82687ea7a97d1.tar.xz |
testing/ceph: rebuild against boost-1.69
Diffstat (limited to 'testing/ceph')
-rw-r--r-- | testing/ceph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 74d5f9e764..2742f2a995 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: John Coyle <dx9err@gmail.com> pkgname=ceph pkgver=14.1.0 -pkgrel=0 +pkgrel=2 pkgdesc="Ceph is a distributed object store and file system" pkgusers="ceph" pkggroups="ceph" @@ -50,7 +50,7 @@ makedepends=" libaio-dev libatomic_ops-dev libedit-dev - libressl-dev + openssl-dev libtirpc-dev libtool libxml2-dev |