Summary: | dns/powerdns-recursor: fix build with GCC-based architectures | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | swills, tremere | ||||||
Priority: | --- | Flags: | tremere:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Tested this on 12.0-RELEASE-p5 amd64 and no issues found, so looks fine to me. Created attachment 204643 [details] Update to 4.1.13 and fix build with GCC-based architecture There's a new version of PowerDNS Recursor available, so updated the patch to avoid a separate PR for that. Poudriere buildlog: https://pkg.cainites.net/data/freebsd_12x64-system/2019-05-27_09h19m52s/logs/powerdns-recursor-4.1.13.log A commit references this bug: Author: pkubaj Date: Mon May 27 19:14:19 UTC 2019 New revision: 502813 URL: https://svnweb.freebsd.org/changeset/ports/502813 Log: dns/powerdns-recursor: fix build and update Don't add -L/usr/lib unconditionally, it makes gcc8 (used on gcc architectures) link to base libstdc++. Update to 4.1.13. PR: 237947 Approved by: tcberner (mentor), tremere@cainites.net (maintainer) Differential Revision: https://reviews.freebsd.org/D20423 Changes: head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor/distinfo head/dns/powerdns-recursor/files/patch-configure |
Created attachment 204425 [details] patch Don't add -L/usr/lib unconditionally, it makes gcc8 (used on gcc architectures) link to base libstdc++.