From patchwork Sat Jul 2 15:01:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5717 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LZwJP1RDCz3xG6 for ; Sat, 2 Jul 2022 15:01:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LZwJM2RmGz1GW; Sat, 2 Jul 2022 15:01:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LZwJM0pQvz2yyB; Sat, 2 Jul 2022 15:01:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LZwJL0FLyz2xMw for ; Sat, 2 Jul 2022 15:01:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LZwJK2fHpzs9; Sat, 2 Jul 2022 15:01:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1656774097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XhJkWBg0WMerAQp8L60WF9uDtPwvm6HcyloQ6XZrzM4=; b=AsSTxZIkM7yVt5/Jcn3OAAiBm5UwhCTtck7BqRDPppES9/IeTHsvVPdpf1bE+NOeA5axpH QjdyClygiIMumODw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1656774097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XhJkWBg0WMerAQp8L60WF9uDtPwvm6HcyloQ6XZrzM4=; b=QPS6WZaeyBUfLpqHh+l0fh11EAHH59BVodCoVY7/wWVkhlP05ZfMM3PWQ8YXnjvkVx9kW4 CXmV3cw3y5QzcjsaS1Hy3UamDH0dDEe6OHfk9KyaRM0wKgiVTmEOoeIIK8KXDjwKj79nge sRKg46vZ/MQLit2j6GGEF9nxZez9LB8LllTVRZIHSK4LKi+8O6lDSpSOZH2B5sPeM3Vqes tNB2q6pcgBRaK3tgVWHTg8NKuF2884pv1+ql3b92VRsytZuC9P9fauTIe7vB3qY+7fN23g +EgDr89Wsk6311ZAh93o/uCKMEz0dCQyZqWpqcW0FpIUgqfi5ZA6URcbZ7EOdw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] qemu: Build without support for SDL. Date: Sat, 2 Jul 2022 17:01:25 +0200 Message-Id: <20220702150127.2932-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- qemu/qemu.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu/qemu.nm b/qemu/qemu.nm index c80c70d44..e16afe021 100644 --- a/qemu/qemu.nm +++ b/qemu/qemu.nm @@ -5,7 +5,7 @@ name = qemu version = 3.1.0 -release = 1 +release = 2 groups = Applications/Virtualization url = http://www.qemu.org @@ -23,7 +23,6 @@ sources = %{thisapp}.tar.xz build requires - SDL-devel autoconf automake bison @@ -78,7 +77,8 @@ build --enable-vnc \ --enable-vnc-jpeg \ --enable-vnc-png \ - --disable-xen + --disable-xen \ + --disable-sdl configure_cmds sed -e "s@-Wl,-rpath,%{libdir}@@g" -i config-host.mak