diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-01-23 10:48:57 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-01-23 10:48:57 +0000 |
commit | 9701585d4e80d44e2cb7f605e691584ac9492361 (patch) | |
tree | 76ba480de343a6ca7e62576d5d56efb21d3afd9f /lang/php73 | |
parent | x11/gdm: Correct CPE (do not set CPE_VENDOR twice) (diff) |
lang/php73: disable DTRACE option on PowerPC
DTRACE causes ld(1) link probe failures and therefore fails the build.
PR: 233850
Submitted by: Chip Cuccio <chip.cuccio@gmail.com>
MFH: 2019Q1
Notes
Notes:
svn path=/head/; revision=491031
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 0bb03f2b5367..28c1f32b27f8 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -40,6 +40,7 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRACE 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 |