FreeBSD Bugzilla – Attachment 170244 Details for
Bug 209482
security/nss: fails to build on arm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
security_nss.patch (text/plain), 593 bytes, created by
Mikael Urankar
on 2016-05-13 12:30:27 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2016-05-13 12:30:27 UTC
Size:
593 bytes
patch
obsolete
>Index: files/patch-coreconf_FreeBSD.mk >=================================================================== >--- files/patch-coreconf_FreeBSD.mk (revision 413103) >+++ files/patch-coreconf_FreeBSD.mk (working copy) >@@ -13,7 +13,7 @@ > RANLIB = ranlib > > CPU_ARCH = $(OS_TEST) >-@@ -52,6 +52,13 @@ endif >+@@ -52,6 +52,16 @@ endif > ifeq ($(CPU_ARCH),amd64) > CPU_ARCH = x86_64 > endif >@@ -20,6 +20,9 @@ > +ifneq (,$(filter powerpc%, $(CPU_ARCH))) > +CPU_ARCH = ppc > +endif >++ifeq ($(CPU_ARCH),armv6) >++CPU_ARCH = arm >++endif > + > +ifneq (,$(filter %64, $(OS_TEST))) > +USE_64 = 1
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 209482
: 170244 |
170245