From patchwork Fri Mar 11 14:43:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5339 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KFTFx6KCwz3xgV for ; Fri, 11 Mar 2022 14:43:49 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KFTFv6hsRz5Sp; Fri, 11 Mar 2022 14:43:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KFTFv3C7qz300M; Fri, 11 Mar 2022 14:43:47 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KFTFt3Gjlz2xMX for ; Fri, 11 Mar 2022 14:43:46 +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 4KFTFs6Cp6z5SC; Fri, 11 Mar 2022 14:43:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647009825; 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=j9+we1OwbPkQOfb0pmqhJjAyOdZUloelSxZYh0661T4=; b=pyzNfJsWllUNms8qE1cz9jR9ou6HgEEV+r4xrdZ+lT45qBBykbMl459msPW98thgR2k0j5 mgXaJYcQ9Hn8d/BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647009825; 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=j9+we1OwbPkQOfb0pmqhJjAyOdZUloelSxZYh0661T4=; b=dydnkbQkX10nqdrkZWkKYKwwEc/b/wCRhWd5P4rIK5ZgpwoDommFqetgEwaIr/icYZsFEi 2Zq1M8jSXBmuwEOWiFp1bFNvHPyhTOSjo/3QE1N8zhSyd103Hmf1sgaR3WHzWKmN4Dc423 RNRooD8dW6KbIVivZayOlHNRqOEQ8zu2xlSXsmsxklF1p2MIQ7PPzOYcsBHN05lmS9dbae k1Wi3dFegwpb2PfsYyFFHOVBIeWUMxAti3WuX7UYx06nPWwRfLy0RJ9klyMFmGYFISEAHq eRvetdGeUTiuj1IjVol6KfvkFQCvosHT9/eq+Jp3Zh59B+bYh8+jEXrzb5foxw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/5] make.sh: Build acl/attr earlier for coreutils to link against Date: Fri, 11 Mar 2022 14:43:38 +0000 Message-Id: <20220311144341.2642786-2-michael.tremer@ipfire.org> In-Reply-To: <20220311144341.2642786-1-michael.tremer@ipfire.org> References: <20220311144341.2642786-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" dracut requires the cp command to be compiled with support for extended attributes (xattr) which we didn't have due to the required libraries not being available to coreutils at build time. Signed-off-by: Michael Tremer --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index fda7ca1c4..85f0b274b 100755 --- a/make.sh +++ b/make.sh @@ -1095,6 +1095,8 @@ buildbase() { lfsmake2 libxcrypt lfsmake2 file lfsmake2 gcc + lfsmake2 attr + lfsmake2 acl lfsmake2 sed lfsmake2 berkeley lfsmake2 coreutils @@ -1110,8 +1112,6 @@ buildbase() { lfsmake2 pcre lfsmake2 pcre2 lfsmake2 gettext - lfsmake2 attr - lfsmake2 acl lfsmake2 bash lfsmake2 diffutils lfsmake2 ed