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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACD71158020 for ; Sat, 24 Dec 2022 07:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6687E08BD; Sat, 24 Dec 2022 07:18:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D470E08BD for ; Sat, 24 Dec 2022 07:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7EE8340E5F for ; Sat, 24 Dec 2022 07:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE607F0 for ; Sat, 24 Dec 2022 07:18:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671866123.62bea541b523462eb5cacc868c4b05fc697940e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbpf/libbpf-1.0.1.ebuild dev-libs/libbpf/libbpf-9999.ebuild X-VCS-Directories: dev-libs/libbpf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62bea541b523462eb5cacc868c4b05fc697940e1 X-VCS-Branch: master Date: Sat, 24 Dec 2022 07:18:20 +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: f4499b29-db38-419b-bc9d-e22069b90a74 X-Archives-Hash: 87e809520e38782a01b1c3a6b6b5f432 commit: 62bea541b523462eb5cacc868c4b05fc697940e1 Author: Aashay Shringarpure gmail com> AuthorDate: Wed Dec 21 20:37:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 07:15:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bea541 dev-libs/libbpf: Export PKG_CONFIG libbpf uses pkg-config as mentioned in libbpf_build.rst Signed-off-by: Aashay Shringarpure gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28747 Signed-off-by: Sam James gentoo.org> dev-libs/libbpf/libbpf-1.0.1.ebuild | 2 +- dev-libs/libbpf/libbpf-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbpf/libbpf-1.0.1.ebuild b/dev-libs/libbpf/libbpf-1.0.1.ebuild index d930f5e22209..f6f1075e1319 100644 --- a/dev-libs/libbpf/libbpf-1.0.1.ebuild +++ b/dev-libs/libbpf/libbpf-1.0.1.ebuild @@ -32,7 +32,7 @@ PATCHES=( src_configure() { append-cflags -fPIC - tc-export CC AR + tc-export CC AR PKG_CONFIG export LIBSUBDIR="$(get_libdir)" export PREFIX="${EPREFIX}/usr" export V=1 diff --git a/dev-libs/libbpf/libbpf-9999.ebuild b/dev-libs/libbpf/libbpf-9999.ebuild index d930f5e22209..f6f1075e1319 100644 --- a/dev-libs/libbpf/libbpf-9999.ebuild +++ b/dev-libs/libbpf/libbpf-9999.ebuild @@ -32,7 +32,7 @@ PATCHES=( src_configure() { append-cflags -fPIC - tc-export CC AR + tc-export CC AR PKG_CONFIG export LIBSUBDIR="$(get_libdir)" export PREFIX="${EPREFIX}/usr" export V=1