Summary: | net-p2p/qtum: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | vd | ||||
Priority: | --- | Flags: | vd:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved as mentor (builds on ppcports) pending maintainer review. Looks good, thanks! A commit references this bug: Author: pkubaj Date: Sat Oct 12 19:50:32 UTC 2019 New revision: 514352 URL: https://svnweb.freebsd.org/changeset/ports/514352 Log: net-p2p/qtum: fix build on GCC architectures Don't add -L/usr/lib because it breaks linking when using GCC (used on GCC architectures), because GCC tries to link with base libstdc++. PR: 241074 Approved by: linimon (mentor), vd (maintainer) Changes: head/net-p2p/qtum/Makefile |
Created attachment 208108 [details] patch Don't add -L/usr/lib because it breaks linking when using GCC (used on GCC architectures), because GCC tries to link with base libstdc++.