summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:26:30 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:26:30 +0100
commita662e59b8f6510aab5c88f93908c2c0945e6e272 (patch)
tree9cbe5acc8d1ccd3583300f8556a03053b2b5ce56 /ceph-bin
parent93684c93f66042865ab8166cd3f17245d2f10cc0 (diff)
downloadarchlinuxewe-a662e59b8f6510aab5c88f93908c2c0945e6e272.tar.xz
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD
index 1da3e5af5..130cf171a 100644
--- a/ceph-bin/PKGBUILD
+++ b/ceph-bin/PKGBUILD
@@ -89,6 +89,7 @@ package_ceph-mgr-bin() {
_pinned_dependencies=(
'gcc-libs=12.2.0'
'glibc>=2.36'
+ 'libsqlite3.so=0'
)
depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}"
'bash' 'boost-libs' 'curl' 'gperftools' 'nss' 'fmt'