public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
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	[thread overview]
Message-ID: <20220311144341.2642786-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20220311144341.2642786-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

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 <michael.tremer(a)ipfire.org>
---
 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
-- 
2.30.2


  reply	other threads:[~2022-03-11 14:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 14:43 [PATCH 1/5] dracut: Update to 056 Michael Tremer
2022-03-11 14:43 ` Michael Tremer [this message]
2022-03-11 14:43 ` [PATCH 3/5] dracut: Install an IPFire system configuration file Michael Tremer
2022-03-11 14:43 ` [PATCH 4/5] dracut: Remove hard-coded configuration from command line Michael Tremer
2022-03-11 14:43 ` [PATCH 5/5] rebuild-initrd: Drop unused script Michael Tremer
2022-03-11 15:48 ` [PATCH 1/5] dracut: Update to 056 Michael Tremer
2022-03-15 17:48 ` Peter Müller
2022-03-15 17:50   ` Michael Tremer
2022-03-15 17:59     ` Peter Müller
2022-03-15 18:01       ` Michael Tremer
2022-03-15 20:39         ` alf
2022-03-16 10:13           ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220311144341.2642786-2-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox