From 9157e48b744f9672b2bebfca60c637c324fc7db1 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Thu, 6 Nov 2025 13:50:15 +0100 Subject: [PATCH] dev-db/redict: export PKG_CONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PKG_CONFIG?=pkg-config in Makefile Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/44515 Closes: https://github.com/gentoo/gentoo/pull/44515 Signed-off-by: Petr Vaněk --- dev-db/redict/redict-7.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/redict/redict-7.3.6.ebuild b/dev-db/redict/redict-7.3.6.ebuild index 002e106a3641..84626d80571f 100644 --- a/dev-db/redict/redict-7.3.6.ebuild +++ b/dev-db/redict/redict-7.3.6.ebuild @@ -58,7 +58,7 @@ src_prepare() { } _build() { - tc-export AR CC RANLIB + tc-export AR CC RANLIB PKG_CONFIG local myconf=( AR="${AR}" CC="${CC}"