Summary: | lang/php72: fix build on powerpc64 elfv2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Torsten Zuehlsdorff <tz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pkubaj | ||||
Priority: | --- | Flags: | tz:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 209283 [details]
patch
Looks fine to me, please go ahead! :)
A commit references this bug: Author: pkubaj Date: Wed Nov 27 19:58:31 UTC 2019 New revision: 518531 URL: https://svnweb.freebsd.org/changeset/ports/518531 Log: 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 Changes: head/lang/php71/Makefile head/lang/php72/Makefile head/lang/php73/Makefile |
Created attachment 209283 [details] patch DTRACE for now doesn't work on ELFv2, disable DTRACE on powerpc64 for now.