Date: Thu, 24 Jan 2019 09:02:31 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491082 - branches/2019Q1/lang/php73 Message-ID: <201901240902.x0O92VI0091228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901240902.x0O92VI0091228>