Summary: | math/pari: fix build on powerpc64 elfv2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | yuri:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: pkubaj Date: Wed Dec 4 15:46:25 UTC 2019 New revision: 519023 URL: https://svnweb.freebsd.org/changeset/ports/519023 Log: math/pari: fix build on powerpc64 elfv2 Add -mminimal-toc only on elfv1, it breaks build on elfv2. PR: 242417 Approved by: yuri (maintainer), mentors (implicit approval) Changes: head/math/pari/Makefile |
Created attachment 209682 [details] patch Add -mminimal-toc only on elfv1, it breaks build on elfv2.