diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index e46098b9eebc..bad2972a3f95 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -39,6 +39,9 @@ USE_GNOME= libxml2 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 |