dev-debug/drgn: pass --build and --target too for completeness

Bug: https://bugs.gentoo.org/939942
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-09-21 06:27:35 +01:00
parent 0f43ab559b
commit f92ea535d4

View File

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