From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FAC615800F for ; Sat, 11 Feb 2023 02:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB82CE077F; Sat, 11 Feb 2023 02:23:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEEA5E077F for ; Sat, 11 Feb 2023 02:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3DC1340C3E for ; Sat, 11 Feb 2023 02:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7052088A for ; Sat, 11 Feb 2023 02:23:35 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1676082204.0dcadefec47d4eb7e3e894ac0a1e95a8a420d7eb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0dcadefec47d4eb7e3e894ac0a1e95a8a420d7eb X-VCS-Branch: master Date: Sat, 11 Feb 2023 02:23:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea142de9-b481-43f2-bfcd-6bb6d9248eb7 X-Archives-Hash: 408ae6b6fc3ec0e590ea88f6fba0fafe commit: 0dcadefec47d4eb7e3e894ac0a1e95a8a420d7eb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 11 02:22:58 2023 +0000 Commit: Andreas K. Hüttel gentoo 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 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