diff options
author | Yann Dupont <Yann.Dupont@univ-nantes.fr> | 2024-09-27 23:07:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 00:20:18 +0200 |
commit | 05949855559bc016c0a79b78cef5371dcc4811c6 (patch) | |
tree | d4103cfff28c70272c2d17095e051da452340ce6 /gnu/local.mk | |
parent | b5303183ef865a243f7746a7c19c1a98ad0fa242 (diff) | |
download | guix-05949855559bc016c0a79b78cef5371dcc4811c6.tar guix-05949855559bc016c0a79b78cef5371dcc4811c6.tar.gz |
gnu: ceph: Update to 17.2.7.
Fixes a build failure introduced with newer versions of Boost.
* gnu/packages/patches/ceph-fix-for-newer-boost.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/storage.scm (ceph): Update to 17.2.7. Use the patch.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I00f2d369d7a86926b00c680d5ab0fe8044ca9065
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c2027f9eeb..9fdad12b63 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1046,6 +1046,7 @@ dist_patch_DATA = \ %D%/packages/patches/cdrkit-libre-cross-compile.patch \ %D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \ %D%/packages/patches/ceph-disable-cpu-optimizations.patch \ + %D%/packages/patches/ceph-fix-for-newer-boost.patch \ %D%/packages/patches/cf-tool-add-languages.patch \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/cl-asdf-config-directories.patch \ |