FreeBSD Bugzilla – Attachment 155523 Details for
Bug 197128
[mips] lang/php5 has no local asm code for mips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable the FPM option for mips/mips64
php5_php55_php56_mips.txt (text/plain), 1.39 KB, created by
Sean Bruno
on 2015-04-12 19:47:25 UTC
(
hide
)
Description:
Disable the FPM option for mips/mips64
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-04-12 19:47:25 UTC
Size:
1.39 KB
patch
obsolete
>Index: lang/php5/Makefile >=================================================================== >--- lang/php5/Makefile (revision 383832) >+++ lang/php5/Makefile (working copy) >@@ -39,6 +39,9 @@ > > OPTIONS_DEFINE+=CLI CGI FPM EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR >+# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM >+OPTIONS_EXCLUDE_mips=FPM >+OPTIONS_EXCLUDE_mips64=FPM > OPTIONS_SUB= yes > > CLI_DESC= Build CLI version >Index: lang/php55/Makefile >=================================================================== >--- lang/php55/Makefile (revision 383832) >+++ lang/php55/Makefile (working copy) >@@ -39,6 +39,9 @@ > > OPTIONS_DEFINE+=CLI CGI FPM EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR >+# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM >+OPTIONS_EXCLUDE_mips=FPM >+OPTIONS_EXCLUDE_mips64=FPM > OPTIONS_SUB= yes > > CLI_DESC= Build CLI version >Index: lang/php56/Makefile >=================================================================== >--- lang/php56/Makefile (revision 383832) >+++ lang/php56/Makefile (working copy) >@@ -39,6 +39,9 @@ > > OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR >+# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM >+OPTIONS_EXCLUDE_mips=FPM >+OPTIONS_EXCLUDE_mips64=FPM > OPTIONS_SUB= yes > > CLI_DESC= Build CLI version
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 197128
: 155523