| Summary: | net/spoofer: 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: | mjl | ||||
| Priority: | --- | Keywords: | needs-qa | ||||
| Version: | Latest | Flags: | mjl:
maintainer-feedback+
|
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Maintainer approved. ^Triage: Reporter is committer, MAINTAINER is not committer, assign accordingly Comment on attachment 207628 [details]
patch
^Triage: Build fixes don't require maintainer approval, and are:
Approved by: portmgr (blanket: build fix)
Approved as mentor (builds on ppcports) pending maintainer review. A commit references this bug: Author: pkubaj Date: Mon Sep 30 14:24:20 UTC 2019 New revision: 513388 URL: https://svnweb.freebsd.org/changeset/ports/513388 Log: net/spoofer: fix build on GCC architectures GCC from ports on GCC architectures fails to build this port when base OpenSSL is used because -L/usr/lib takes over -L/usr/local/lib/gcc9 and in result, base libstdc++ is used instead of the one from ports. Fix this issue with patch to configure script. PR: 240690 Approved by: linimon (mentor), portmgr (blanket: build fix) Changes: head/net/spoofer/files/patch-configure |
Created attachment 207628 [details] patch GCC from ports on GCC architectures fails to build this port when base OpenSSL is used because -L/usr/lib takes over -L/usr/local/lib/gcc9 and in result, base libstdc++ is used instead of the one from ports. Fix this issue with patch to configure script.