mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/mpack: Export PKG_CONFIG for src_compile
The Makefile does this: > PKG_CONFIG ?= pkg-config so we need to export PKG_CONFIG to use the correct pkg-config binary when cross-compiling. Closes: https://github.com/gentoo/gentoo/pull/35572 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -58,6 +58,7 @@ lua_src_compile() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export PKG_CONFIG
|
||||
lua_foreach_impl lua_src_compile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user