Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2019 10:48:58 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491031 - head/lang/php73
Message-ID:  <201901231048.x0NAmwt9090992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Jan 23 10:48:57 2019
New Revision: 491031
URL: https://svnweb.freebsd.org/changeset/ports/491031

Log:
  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

Modified:
  head/lang/php73/Makefile

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Wed Jan 23 10:29:53 2019	(r491030)
+++ head/lang/php73/Makefile	Wed Jan 23 10:48:57 2019	(r491031)
@@ -40,6 +40,7 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRA
 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?201901231048.x0NAmwt9090992>