summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-04-19 13:11:00 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-04-19 13:11:50 -0500
commit593910bc79998116eacfd33e8ffc2b0e63c744ec (patch)
tree1d35ad52299cf8ccce56f93a2c8525a943e38786
parentapp-emulation/qemu-guest-agent: export proper RANLIB (diff)
downloadgentoo-593910bc79998116eacfd33e8ffc2b0e63c744ec.tar.gz
gentoo-593910bc79998116eacfd33e8ffc2b0e63c744ec.tar.bz2
gentoo-593910bc79998116eacfd33e8ffc2b0e63c744ec.zip
app-emulation/qemu: export proper RANLIB
Bug: https://bugs.gentoo.org/718134 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--app-emulation/qemu/qemu-4.2.0-r5.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0-r5.ebuild b/app-emulation/qemu/qemu-4.2.0-r5.ebuild
index 6b6ff652f7d2..b0b4efc874c5 100644
--- a/app-emulation/qemu/qemu-4.2.0-r5.ebuild
+++ b/app-emulation/qemu/qemu-4.2.0-r5.ebuild
@@ -372,7 +372,7 @@ src_prepare() {
default
# Use correct toolchain to fix cross-compiling
- tc-export AR LD NM OBJCOPY PKG_CONFIG
+ tc-export AR LD NM OBJCOPY PKG_CONFIG RANLIB
export WINDRES=${CHOST}-windres
# Verbose builds
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 0d305c15da6d..b189a315909f 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -370,7 +370,7 @@ src_prepare() {
default
# Use correct toolchain to fix cross-compiling
- tc-export AR LD NM OBJCOPY PKG_CONFIG
+ tc-export AR LD NM OBJCOPY PKG_CONFIG RANLIB
export WINDRES=${CHOST}-windres
# Verbose builds