dev-debug/drgn: fix cross emerging

Pass --host to configure.

Closes: https://bugs.gentoo.org/939942
Signed-off-by: Omar Sandoval <osandov@osandov.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Omar Sandoval
2024-09-20 22:00:51 -07:00
committed by Sam James
parent 0f727f1e4f
commit 0f43ab559b

View File

@@ -65,5 +65,6 @@ src_configure() {
CONFIGURE_FLAGS="--disable-dependency-tracking --disable-silent-rules"
CONFIGURE_FLAGS+=" --with-libkdumpfile"
CONFIGURE_FLAGS+=" $(use_enable openmp)"
CONFIGURE_FLAGS+=" --host=${CHOST}"
distutils-r1_src_configure
}