dev-db/redict: export PKG_CONFIG

PKG_CONFIG?=pkg-config in Makefile

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44515
Closes: https://github.com/gentoo/gentoo/pull/44515
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-11-06 13:50:15 +01:00 committed by Petr Vaněk
parent fab76beee0
commit 9157e48b74
No known key found for this signature in database
GPG Key ID: 351D91B6D7DF9E50

View File

@ -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}"