svn commit: r491082 - branches/2019Q1/lang/php73
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Jan 24 09:02:31 UTC 2019
Author: tz
Date: Thu Jan 24 09:02:30 2019
New Revision: 491082
URL: https://svnweb.freebsd.org/changeset/ports/491082
Log:
MFH: r491031
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 at gmail.com>
Approved by: ports-secteam (miwi)
Modified:
branches/2019Q1/lang/php73/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/lang/php73/Makefile
==============================================================================
--- branches/2019Q1/lang/php73/Makefile Thu Jan 24 06:38:09 2019 (r491081)
+++ branches/2019Q1/lang/php73/Makefile Thu Jan 24 09:02:30 2019 (r491082)
@@ -41,6 +41,7 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED 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
More information about the svn-ports-branches
mailing list