mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-19 00:09:37 +03:00
dev-libs/libksba: Set GPGRT_CONFIG for cross compilation
This aids some uncommon use cases such as cross compiling this within a gentoo prefix. Closes: https://bugs.gentoo.org/963811 Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44045 Closes: https://github.com/gentoo/gentoo/pull/44045 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
d0d47f14c3
commit
6f99c2da95
@@ -49,6 +49,7 @@ my_src_configure() {
|
||||
|
||||
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
||||
LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
|
||||
GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
|
||||
)
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
|
||||
Reference in New Issue
Block a user