commit:     0dcadefec47d4eb7e3e894ac0a1e95a8a420d7eb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 02:22:58 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 02:23:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcadefe

app-emulation/qemu: fix configure options

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index ce7fda66806b..d6f958f31220 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -625,7 +625,7 @@ qemu_src_configure() {
                conf_opts+=(
                        --enable-linux-user
                        --disable-system
-                       --disable-blobs
+                       --disable-install-blobs
                        --disable-tools
                        --disable-cap-ng
                        --disable-seccomp
@@ -658,7 +658,7 @@ qemu_src_configure() {
        [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" )
 
        # Add support for SystemTAP
-       use systemtap && conf_opts+=( --enable-trace-backend=dtrace )
+       use systemtap && conf_opts+=( --enable-trace-backends=dtrace )
 
        # We always want to attempt to build with PIE support as it results
        # in a more secure binary. But it doesn't work with static or if

Reply via email to