FreeBSD Bugzilla – Attachment 241382 Details for
Bug 266175
lang/php81 fails to build WITH=ZTS on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable JIT for opcache on aarch64
php82_Makefile.diff (text/plain), 376 bytes, created by
Dima Panov
on 2023-04-09 18:24:12 UTC
(
hide
)
Description:
Disable JIT for opcache on aarch64
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2023-04-09 18:24:12 UTC
Size:
376 bytes
patch
obsolete
>--- lang/php82/Makefile 2023-03-23 13:32:48 UTC >+++ lang/php82/Makefile >@@ -618,6 +618,10 @@ USES+= pkgconfig > > .include <bsd.port.pre.mk> > >+.if ${ARCH} == aarch64 && ${PHP_MODNAME} == "opcache" >+CONFIGURE_ARGS+=----disable-opcache-jit >+.endif >+ > .if ${PHP_MODNAME} == "sqlite3" || ${PHP_MODNAME} == "zlib" > post-extract: > @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
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 266175
:
241370
|
241375
|
241379
| 241382