FreeBSD Bugzilla – Attachment 190152 Details for
Bug 225326
security/nss: fails to build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
security_nss.patch (text/plain), 823 bytes, created by
mikael.urankar
on 2018-01-29 10:53:22 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mikael.urankar
Created:
2018-01-29 10:53:22 UTC
Size:
823 bytes
patch
obsolete
>Index: security/nss/files/patch-lib-freebl-Makefile >=================================================================== >--- security/nss/files/patch-lib-freebl-Makefile (revision 460251) >+++ security/nss/files/patch-lib-freebl-Makefile (working copy) >@@ -9,3 +9,17 @@ > ifeq ($(CPU_ARCH),x86_64) > ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s > ASFLAGS += -march=opteron -m64 -fPIC -Wa,--noexecstack >+@@ -527,7 +527,12 @@ ifndef NSS_DISABLE_CHACHAPOLY >+ EXTRA_SRCS += chacha20_vec.c >+ endif >+ else >+- EXTRA_SRCS += poly1305.c >++ ifeq ($(CPU_ARCH),aarch64) >++ EXTRA_SRCS += Hacl_Poly1305_64.c >++ else >++ EXTRA_SRCS += poly1305.c >++ endif >++ >+ EXTRA_SRCS += chacha20.c >+ VERIFIED_SRCS += Hacl_Chacha20.c >+ endif # x86_64
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225326
:
190151
| 190152