summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch')
-rw-r--r--meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch b/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
new file mode 100644
index 0000000000..8276f89e8b
--- /dev/null
+++ b/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
@@ -0,0 +1,30 @@
1# HG changeset patch
2# User Daiki Ueno <dueno@redhat.com>
3# Date 1516710574 -3600
4# Tue Jan 23 13:29:34 2018 +0100
5# Node ID 27f27ce21c2c6ff5a47fa9e17c438b000366c9c9
6# Parent be1dca5ac80541d3b81a8da9d42854d8b1cceefb
7Build Hacl_Poly1305_64.o on aarch64 even with make
8
9Upstream-Status: Backport
10https://bug1432455.bmoattachments.org/attachment.cgi?id=8944691
11Signed-off-by: Armin Kuster <akuster@mvista.com>
12
13Index: nss-3.35/nss/lib/freebl/Makefile
14===================================================================
15--- nss-3.35.orig/nss/lib/freebl/Makefile
16+++ nss-3.35/nss/lib/freebl/Makefile
17@@ -533,7 +533,12 @@ ifndef NSS_DISABLE_CHACHAPOLY
18 EXTRA_SRCS += chacha20_vec.c
19 endif
20 else
21- EXTRA_SRCS += poly1305.c
22+ ifeq ($(CPU_ARCH),aarch64)
23+ EXTRA_SRCS += Hacl_Poly1305_64.c
24+ else
25+ EXTRA_SRCS += poly1305.c
26+ endif
27+
28 EXTRA_SRCS += chacha20.c
29 VERIFIED_SRCS += Hacl_Chacha20.c
30 endif # x86_64