app-emulation/qemu-guest-agent: disable tools
authorMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 05:31:57 +0000 (00:31 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 05:31:57 +0000 (00:31 -0500)
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

app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild

index 3f49bc33cf3cb706e08bb3e34a49193301d7432d..b34558adc4a868871707d449573e7939952d349f 100644 (file)
@@ -44,6 +44,7 @@ src_configure() {
                --disable-linux-user
                --disable-system
                --disable-strip
+               --disable-tools
                --disable-werror
                --enable-guest-agent
                --python="${PYTHON}"
index 57c3f91109ada6fcca76d7cdd1715077292dfd76..ec4616852a897e1cbb1bc02869136e4e7f9a52af 100644 (file)
@@ -43,6 +43,7 @@ src_configure() {
                --disable-linux-user
                --disable-system
                --disable-strip
+               --disable-tools
                --disable-werror
                --enable-guest-agent
                --python="${PYTHON}"