diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-27 19:58:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-27 19:58:30 +0000 |
commit | ca9849cd62928403fb20220380554df3ec8c52df (patch) | |
tree | 4cf074d26fa4016cfeb5a353d1133599366ea9bd /lang/php73 | |
parent | a67a5042f1afb1f6e395aafcbc56575cba286ad3 (diff) | |
download | freebsd-ports-ca9849cd62928403fb20220380554df3ec8c52df.zip |
lang/php7*: disable DTRACE on powerpc64
php ports don't build on elfv2 with DTRACE.
PR: 242113, 242114, 242116
Approved by: tz (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22577
Differential Revision: https://reviews.freebsd.org/D22578
Differential Revision: https://reviews.freebsd.org/D22579
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 ecd1732118b8..c4adb3e9a919 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -42,6 +42,7 @@ 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 |