mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user