diff options
author | Z572 <873216071@qq.com> | 2023-05-26 18:23:45 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-14 23:00:05 +0200 |
commit | 6440b352c92e01aab1756e287a0271ccf0346dff (patch) | |
tree | 6e3fce62ec5e24ce255d37afe9c0eae220a8a4c5 /gnu/local.mk | |
parent | e4259d4e9e3251e4c4b45d1cce4008ac32b504c8 (diff) | |
download | guix-6440b352c92e01aab1756e287a0271ccf0346dff.tar.gz |
gnu: libtree: fix building on non-x86 systems.
* gnu/packages/linux.scm (libtree): fix building on non-x86 systems. [source]: add patch. * gnu/packages/patches/libtree-fix-check-non-x86.patch: New file. * gnu/local.mk (dist_path_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 bc3cdbbaed..2b3df5d75a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1508,6 +1508,7 @@ dist_patch_DATA = \ %D%/packages/patches/libtommath-integer-overflow.patch \ %D%/packages/patches/libtool-grep-compat.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ + %D%/packages/patches/libtree-fix-check-non-x86.patch \ %D%/packages/patches/libusb-0.1-disable-tests.patch \ %D%/packages/patches/libusb-for-axoloti.patch \ %D%/packages/patches/libutils-add-includes.patch \ |