FreeBSD Bugzilla – Attachment 190151 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), 1.34 KB, created by
Mikael Urankar
on 2018-01-29 10:42:59 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-01-29 10:42:59 UTC
Size:
1.34 KB
patch
obsolete
>Index: security/nss/patch-lib-freebl-Makefile >=================================================================== >--- security/nss/patch-lib-freebl-Makefile (nonexistent) >+++ security/nss/patch-lib-freebl-Makefile (working copy) >@@ -0,0 +1,25 @@ >+--- lib/freebl/Makefile.orig 2018-01-18 15:19:59 UTC >++++ lib/freebl/Makefile >+@@ -215,7 +215,7 @@ ifeq ($(CPU_ARCH),x86) >+ endif >+ endif # Darwin >+ >+-ifeq ($(OS_TARGET),Linux) >++ifeq (,$(filter-out Linux FreeBSD, $(OS_TARGET))) >+ ifeq ($(CPU_ARCH),x86_64) >+ ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s >+ ASFLAGS += -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 > >Property changes on: security/nss/patch-lib-freebl-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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