Bug 241891

Summary: archivers/urbackup-client: 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: freebsd
Priority: --- Flags: freebsd: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch freebsd: maintainer-approval+

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-11-11 20:04:16 UTC
Created attachment 209068 [details]
patch

Adding -L/usr/lib breaks compilation with GCC from ports because it attempts to link to base libstdc++.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-11-12 12:31:47 UTC
Approved as mentor (builds on ppcports) pending maintainer review.
Comment 2 freebsd 2019-11-13 02:43:02 UTC
Comment on attachment 209068 [details]
patch

Approved.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-11-13 14:38:52 UTC
A commit references this bug:

Author: pkubaj
Date: Wed Nov 13 14:38:10 UTC 2019
New revision: 517377
URL: https://svnweb.freebsd.org/changeset/ports/517377

Log:
  archivers/urbackup-client: fix build on GCC architectures

  Adding -L/usr/lib breaks compilation with GCC from ports because it attempts to link to base libstdc++.

  PR:		241891
  Approved by: 	freebsd@coombscloud.com	(maintainer), linimon (mentor)

Changes:
  head/archivers/urbackup-client/files/patch-m4_ax__check__openssl.m4