From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDA381382C5 for ; Sun, 17 May 2020 17:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E498FE0880; Sun, 17 May 2020 17:39:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE5B5E0880 for ; Sun, 17 May 2020 17:39:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5DB134F9B8 for ; Sun, 17 May 2020 17:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B4F18F for ; Sun, 17 May 2020 17:39:52 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1589737186.a5036a08d3d56de723379c8115a4a0f2b1e7e5cd.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-5.6.4.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a5036a08d3d56de723379c8115a4a0f2b1e7e5cd X-VCS-Branch: master Date: Sun, 17 May 2020 17:39:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ee332b2-c191-407d-980a-46021b3a4e76 X-Archives-Hash: 341ca255771b775f50618cc20072fd13 commit: a5036a08d3d56de723379c8115a4a0f2b1e7e5cd Author: Mike Frysinger gentoo org> AuthorDate: Sun May 17 17:39:20 2020 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun May 17 17:39:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5036a08 dev-util/perf: fix pkg-config handling Signed-off-by: Mike Frysinger gentoo.org> dev-util/perf/perf-5.6.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/perf/perf-5.6.4.ebuild b/dev-util/perf/perf-5.6.4.ebuild index 5e376d9ded3..867ad0c5d5c 100644 --- a/dev-util/perf/perf-5.6.4.ebuild +++ b/dev-util/perf/perf-5.6.4.ebuild @@ -154,6 +154,7 @@ perf_make() { # FIXME: NO_LIBBABELTRACE emake V=1 VF=1 \ CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)" LD="$(tc-getLD)" \ + PKG_CONFIG="$(tc-getPKG_CONFIG)" \ prefix="${EPREFIX}/usr" bindir_relative="bin" \ EXTRA_CFLAGS="${CFLAGS}" \ ARCH="${arch}" \