diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-10 19:38:48 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 00:21:10 +0200 |
commit | d8d4b81147df59542385a79191eb51e3568ae309 (patch) | |
tree | 5262decfb0e90a5e7f2cbd94a16e89ede6d17e8a /gnu/local.mk | |
parent | aacbe59fbceb8a93ecb68fed8581dfdd70dafc11 (diff) | |
download | guix-d8d4b81147df59542385a79191eb51e3568ae309.tar.gz |
gnu: fuse@2: Prepare for newer glibc.
* gnu/packages/patches/fuse-glibc-2.34.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (fuse)[source](patches): Add the patch. [arguments]: Add force-bootstrap phase. [native-inputs]: Add AUTOCONF, AUTOMAKE, GETTEXT-MINIMAL, and LIBTOOL.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index caf5fd68b0..247b9ec34f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1092,7 +1092,8 @@ dist_patch_DATA = \ %D%/packages/patches/freedink-engine-fix-sdl-hints.patch \ %D%/packages/patches/freeglut-gcc-compat.patch \ %D%/packages/patches/freeimage-unbundle.patch \ - %D%/packages/patches/fuse-overlapping-headers.patch \ + %D%/packages/patches/fuse-glibc-2.34.patch \ + %D%/packages/patches/fuse-overlapping-headers.patch \ %D%/packages/patches/fxdiv-system-libraries.patch \ %D%/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch \ %D%/packages/patches/ganeti-disable-version-symlinks.patch \ |