diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-07-02 19:45:13 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-07-02 19:45:38 +0300 |
commit | 6f6026d391be3ee7cb4749a01cbb5835cb38f9c9 (patch) | |
tree | b1a4bca688c55b4584b265018e270330f1cd4c6b /dev-libs/nss/files | |
parent | dev-libs/nss: add 3.91 (diff) | |
download | gentoo-6f6026d391be3ee7cb4749a01cbb5835cb38f9c9.tar.gz gentoo-6f6026d391be3ee7cb4749a01cbb5835cb38f9c9.tar.bz2 gentoo-6f6026d391be3ee7cb4749a01cbb5835cb38f9c9.zip |
dev-libs/nss: drop 3.90
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/nss/files')
-rw-r--r-- | dev-libs/nss/files/nss-3.90-arm64-simd.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/nss/files/nss-3.90-arm64-simd.patch b/dev-libs/nss/files/nss-3.90-arm64-simd.patch deleted file mode 100644 index 994fd9a47a6c..000000000000 --- a/dev-libs/nss/files/nss-3.90-arm64-simd.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/907901 -https://bugzilla.mozilla.org/show_bug.cgi?id=1836781 -https://github.com/nss-dev/nss/commit/c07c4e073d95a25343cbf56b4a830a71e432869e - -From c07c4e073d95a25343cbf56b4a830a71e432869e Mon Sep 17 00:00:00 2001 -From: Natalia Kulatova <nkulatova@mozilla.com> -Date: Mon, 5 Jun 2023 16:09:58 +0000 -Subject: [PATCH] Bug 1836781 - Disabling ASM C25519 for A but X86_64 - r=bbeurdouche,nss-reviewers - -Differential Revision: https://phabricator.services.mozilla.com/D179969 - ---HG-- -extra : moz-landing-system : lando ---- a/lib/freebl/Makefile -+++ b/lib/freebl/Makefile -@@ -568,7 +568,9 @@ ifneq ($(shell $(CC) -? 2>&1 >/dev/null </dev/null | sed -e 's/:.*//;1q'),lcc) - HAVE_INT128_SUPPORT = 1 - DEFINES += -DHAVE_INT128_SUPPORT - else ifeq (1,$(CC_IS_GCC)) -- SUPPORTS_VALE_CURVE25519 = 1 -+ ifeq ($(CPU_ARCH),x86_64) -+ SUPPORTS_VALE_CURVE25519 = 1 -+ endif - ifneq (,$(filter 4.6 4.7 4.8 4.9,$(word 1,$(GCC_VERSION)).$(word 2,$(GCC_VERSION)))) - HAVE_INT128_SUPPORT = 1 - DEFINES += -DHAVE_INT128_SUPPORT |