Skip to content

Commit

Permalink
app-emulation/qemu: export proper RANLIB
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/718134
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Apr 19, 2020
1 parent ea716a7 commit 593910b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-4.2.0-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 593910b

Please sign in to comment.