app-emulation/qemu: export proper RANLIB
authorMatthias Maier <tamiko@gentoo.org>
Sun, 19 Apr 2020 18:11:00 +0000 (13:11 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 19 Apr 2020 18:11:50 +0000 (13:11 -0500)
Bug: https://bugs.gentoo.org/718134
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/qemu/qemu-4.2.0-r5.ebuild
app-emulation/qemu/qemu-9999.ebuild

index 6b6ff652f7d25170ccad8bdde37d51d309ff83e2..b0b4efc874c5ee19283769c6930a765f868402ed 100644 (file)
@@ -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
index 0d305c15da6d598d2da63f1d3f9d55a374a91d3e..b189a315909f9c668d7a072cc202af19bb900170 100644 (file)
@@ -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