From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cy0Sc3qDnz333N for ; Thu, 30 Oct 2025 10:18:40 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cy0SY13Jbz303c for ; Thu, 30 Oct 2025 10:18:37 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cy0SX2mzDz3wp; Thu, 30 Oct 2025 10:18:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761819516; 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: in-reply-to:in-reply-to:references:references; bh=NcMj+j7bVzcfaAoVdnvN3Qb54CagWsdDIwj6i+aGxEE=; b=6iQR31lxN6NL4RMJG6eSWAfkehGIPDNodoxZqrxhEpKa1DCiiogOS+q6SeQ/iLNbKNhBGJ nGAIucCVWS/nyEAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761819516; 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: in-reply-to:in-reply-to:references:references; bh=NcMj+j7bVzcfaAoVdnvN3Qb54CagWsdDIwj6i+aGxEE=; b=PFX8VSYGy3HsA3LQr2Q2UOE9FCORchTjz2UWnHqsUW27Fre4gaynv+WqsX9gwxvvUd9MpP c35Nn2v5w++Y888SPXUd+v9UM5HovyebFjvxJ6eLjspGY3yOcobckPwYxIf9LOfuB3XNwr CYL2BaKQrmxO9l5OX4eDa3eKdM3PJd1K5kSm/aNXZcL2CJmHhTWp2TDglK1IRthdPxoWC3 QPlrq/biz01fFhVsNmkg1dqAsdvq7c4kChtR94bioUmfGJr62E93CHuSWmyPSbrkAO8IoO Tig0wLhF6dXH1W/qA46r4AWC9Zg2Zy73SOmSSH35loCu0np3YcXAtA7ZZlbsGQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/4] make.sh: Add expect into the lfsmake2 list Date: Thu, 30 Oct 2025 11:18:28 +0100 Message-ID: <20251030101830.30837-2-adolf.belka@ipfire.org> In-Reply-To: <20251030101830.30837-1-adolf.belka@ipfire.org> References: <20251030101830.30837-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - With expect available in the main build section the hack of having --enable-toolchain used for it is no longer needed. Signed-off-by: Adolf Belka --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 5bdc7690c..3f642ae2a 100755 --- a/make.sh +++ b/make.sh @@ -2067,7 +2067,8 @@ build_system() { lfsmake2 mcelog lfsmake2 socat lfsmake2 libtpms - lfsmake2 --enable-toolchain swtpm # requires expect from the toolchain + lfsmake2 expect + lfsmake2 swtpm lfsmake2 libpciaccess lfsmake2 ovmf lfsmake2 libvirt -- 2.51.1