FreeBSD Bugzilla – Attachment 223362 Details for
Bug 253698
security/libgcrypt - compilation error when building jitterentropy-base.c for arm on poudriere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable the jitter entropy generator on armv6
patch.txt (text/plain), 446 bytes, created by
Yani Karydis
on 2021-03-17 14:44:52 UTC
(
hide
)
Description:
Disable the jitter entropy generator on armv6
Filename:
MIME Type:
Creator:
Yani Karydis
Created:
2021-03-17 14:44:52 UTC
Size:
446 bytes
patch
obsolete
>--- Makefile.original 2021-03-17 16:39:59.388378000 +0200 >+++ Makefile 2021-03-17 16:12:29.754098000 +0200 >@@ -2,6 +2,7 @@ > > PORTNAME= libgcrypt > PORTVERSION= 1.9.2 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= GNUPG > >@@ -36,6 +37,10 @@ > > .if ${ARCH} == "powerpc" > CONFIGURE_ARGS+= --disable-asm >+.endif >+ >+.if ${ARCH} == "armv6" >+CONFIGURE_ARGS+= --disable-jent-support > .endif > > post-patch:
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 253698
:
222649
|
223350
|
223351
| 223362