Skip to content

Commit

Permalink
app-emulation/qemu-guest-agent: disable tools
Browse files Browse the repository at this point in the history
We also have to disable tools configuration when compiling the guest
agent.

Bug: https://bugs.gentoo.org/659316
Package-Manager: Portage-2.3.41, Repoman-2.3.9
  • Loading branch information
tamiko committed Jun 29, 2018
1 parent 051ab2d commit 4968b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
--disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
--disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"
Expand Down

0 comments on commit 4968b9a

Please sign in to comment.