FreeBSD Bugzilla – Attachment 209311 Details for
Bug 242113
lang/php71: fix build on powerpc64 elfv2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to lang/php7[123]/Makefile
php.diff (text/plain), 2.61 KB, created by
Mark Linimon
on 2019-11-21 07:24:25 UTC
(
hide
)
Description:
patch to lang/php7[123]/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-11-21 07:24:25 UTC
Size:
2.61 KB
patch
obsolete
>Index: lang/php71/Makefile >=================================================================== >--- lang/php71/Makefile (revision 517332) >+++ lang/php71/Makefile (working copy) >@@ -45,6 +45,8 @@ > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips= DTRACE FPM > OPTIONS_EXCLUDE_mips64= DTRACE FPM >+OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >+OPTIONS_EXCLUDE_powerpc64_13= DTRACE > OPTIONS_EXCLUDE_sparc64= DTRACE > OPTIONS_SUB= yes > >Index: lang/php72/Makefile >=================================================================== >--- lang/php72/Makefile (revision 517332) >+++ lang/php72/Makefile (working copy) >@@ -46,6 +46,8 @@ > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips= DTRACE FPM > OPTIONS_EXCLUDE_mips64= DTRACE FPM >+OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >+OPTIONS_EXCLUDE_powerpc64_13= DTRACE > OPTIONS_EXCLUDE_sparc64= DTRACE > OPTIONS_SUB= yes > >Index: lang/php73/Makefile >=================================================================== >--- lang/php73/Makefile (revision 517332) >+++ lang/php73/Makefile (working copy) >@@ -41,7 +41,6 @@ > OPTIONS_EXCLUDE_DragonFly= DTRACE > # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) > OPTIONS_EXCLUDE_aarch64= DTRACE >-OPTIONS_EXCLUDE_powerpc= DTRACE > # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented > OPTIONS_EXCLUDE_armv6= DTRACE > OPTIONS_EXCLUDE_armv7= DTRACE >@@ -48,6 +47,9 @@ > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips= DTRACE FPM > OPTIONS_EXCLUDE_mips64= DTRACE FPM >+OPTIONS_EXCLUDE_powerpc= DTRACE >+OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >+OPTIONS_EXCLUDE_powerpc64_13= DTRACE > OPTIONS_EXCLUDE_sparc64= DTRACE > OPTIONS_SUB= yes > >Index: lang/php74/Makefile >=================================================================== >--- lang/php74/Makefile (revision 517332) >+++ lang/php74/Makefile (working copy) >@@ -39,8 +39,6 @@ > OPTIONS_EXCLUDE_DragonFly= DTRACE > # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) > OPTIONS_EXCLUDE_aarch64= DTRACE >-OPTIONS_EXCLUDE_powerpc= DTRACE >-OPTIONS_EXCLUDE_powerpc64= DTRACE > # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented > OPTIONS_EXCLUDE_armv6= DTRACE > OPTIONS_EXCLUDE_armv7= DTRACE >@@ -47,6 +45,9 @@ > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips= DTRACE FPM > OPTIONS_EXCLUDE_mips64= DTRACE FPM >+OPTIONS_EXCLUDE_powerpc= DTRACE >+OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >+OPTIONS_EXCLUDE_powerpc64_13= DTRACE > OPTIONS_EXCLUDE_sparc64= DTRACE > OPTIONS_SUB= yes >
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
Flags:
tz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 242113
:
209282
| 209311