[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49880] [PATCH 2/2] gnu: gmp-boot: Fix t-scan test crash
From: |
Thiago Jung Bauermann |
Subject: |
[bug#49880] [PATCH 2/2] gnu: gmp-boot: Fix t-scan test crash |
Date: |
Wed, 04 Aug 2021 15:51:19 -0300 |
Em quarta-feira, 4 de agosto de 2021, às 15:41:28 -03, Thiago Jung Bauermann
escreveu:
> * gnu/packages/commencement.scm (gmp-boot): Apply
> gmp-4.3-fix-t-scan-test.patch.
> * gnu/packages/patches/gmp-4.3-fix-t-scan-test.patch: New file.
Sorry, I just noticed that I forgot to add the new file to local.mk.
Could you please squash this change when applying the patch?
Alternatively, I can send a v2. Whichever you prefer.
* gnu/local.mk (dist_patch_DATA): Add new patch.
diff --git a/gnu/local.mk b/gnu/local.mk
index e8494806fda5..ca8254c22320 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1163,6 +1163,7 @@ dist_patch_DATA =
\
%D%/packages/patches/glibc-2.28-supported-locales.patch \
%D%/packages/patches/glibc-2.29-supported-locales.patch \
%D%/packages/patches/glibc-supported-locales.patch \
+ %D%/packages/patches/gmp-4.3-fix-t-scan-test.patch \
%D%/packages/patches/gmp-arm-asm-nothumb.patch \
%D%/packages/patches/gmp-faulty-test.patch \
%D%/packages/patches/gnash-fix-giflib-version.patch \
--
Thanks,
Thiago