diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-23 20:41:36 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-23 20:45:13 +0100 |
commit | 74100ba40f50a0a6def57e0f645c1f5a7ab68977 (patch) | |
tree | 067f5d2483a6431001faa3d6bb9531d310b48a29 /gnu/local.mk | |
parent | 01a2aff7bc22476f356bdef0f1bb893753873b1e (diff) |
gnu: libcdio: Fix test failure with glibc 2.36.
* gnu/packages/patches/libcdio-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cdrom.scm (libcdio)[source](patches): New field.
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 98ba39cef7..c2e4e2f357 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1481,6 +1481,7 @@ dist_patch_DATA = \ %D%/packages/patches/lierolibre-newer-libconfig.patch \ %D%/packages/patches/lierolibre-remove-arch-warning.patch \ %D%/packages/patches/lierolibre-try-building-other-arch.patch \ + %D%/packages/patches/libcdio-glibc-compat.patch \ %D%/packages/patches/linbox-fix-pkgconfig.patch \ %D%/packages/patches/linphone-desktop-without-sdk.patch \ %D%/packages/patches/linux-libre-support-for-Pinebook-Pro.patch \ |