diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-26 22:49:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-26 22:49:21 +0100 |
commit | c335c06115e90ee7c8892ed5978b3d04d8c6d028 (patch) | |
tree | b583fb445e09ef204db43d81bdc895ea76ea0203 /gnu/local.mk | |
parent | ef717037c88f2b78c6f8c46c852984e4607327f1 (diff) | |
download | guix-c335c06115e90ee7c8892ed5978b3d04d8c6d028.tar.gz |
gnu: tor: Address glibc 2.33 compatibility issue on i686.
* gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it.
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 50f43df1e6..46f6800a6f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1811,6 +1811,7 @@ dist_patch_DATA = \ %D%/packages/patches/tk-find-library.patch \ %D%/packages/patches/tla2tools-build-xml.patch \ %D%/packages/patches/tlf-support-hamlib-4.2+.patch \ + %D%/packages/patches/tor-sandbox-i686.patch \ %D%/packages/patches/transcode-ffmpeg.patch \ %D%/packages/patches/transmission-honor-localedir.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ |