FreeBSD Bugzilla – Attachment 241375 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]
Try disabling shared for aarch64
266175.patch (text/plain), 492 bytes, created by
Muhammad Moinur Rahman
on 2023-04-09 13:53:16 UTC
(
hide
)
Description:
Try disabling shared for aarch64
Filename:
MIME Type:
Creator:
Muhammad Moinur Rahman
Created:
2023-04-09 13:53:16 UTC
Size:
492 bytes
patch
obsolete
>diff --git a/lang/php81/Makefile b/lang/php81/Makefile >index eecdfdc2114e..a395fb49e238 100644 >--- a/lang/php81/Makefile >+++ b/lang/php81/Makefile >@@ -104,6 +104,10 @@ WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZT > CONFIGURE_ARGS+= --without-pcre-jit > .endif > >+.if ${ARCH} == aarch64 && ${PORT_OPTIONS:MZTS} >+CONFIGURE_ARGS+= --enable-shared= >+.endif >+ > .if ${PORT_OPTIONS:MPHPDBG} && ${PORT_OPTIONS:MDEBUG} > CONFIGURE_ARGS+= --enable-phpdbg-debug > .endif
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