mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Leonard Göhrs" <l.goehrs@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Leonard Göhrs" <l.goehrs@pengutronix.de>
Subject: [ptxdist] [PATCH] coreutils: add option to enable xattr handling support
Date: Wed,  9 Apr 2025 13:43:49 +0200	[thread overview]
Message-ID: <20250409114349.3548589-1-l.goehrs@pengutronix.de> (raw)

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
---
 rules/coreutils.in   | 6 ++++++
 rules/coreutils.make | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/rules/coreutils.in b/rules/coreutils.in
index a14e9ffbc..28d580a8a 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -785,5 +785,11 @@ config COREUTILS_NICE
 comment "busybox' nice is selected!"
 	depends on BUSYBOX_NICE
 
+config COREUTILS_XATTR
+	bool
+	prompt "Extended attributes (xattr) support"
+	help
+	  Add support for extended attributes handling to coreutils tools.
+
 endif
 
diff --git a/rules/coreutils.make b/rules/coreutils.make
index 177a4f3ac..5eb535af9 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -143,7 +143,7 @@ COREUTILS_CONF_OPT	:= \
 	--disable-acl \
 	--disable-assert \
 	--disable-rpath \
-	--disable-xattr \
+	--$(call ptx/endis, PTXCONF_COREUTILS_XATTR)-xattr \
 	--$(call ptx/endis, PTXCONF_COREUTILS_SYSTEMD)-systemd \
 	--disable-libsmack \
 	--disable-libcap \
-- 
2.39.5




                 reply	other threads:[~2025-04-09 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250409114349.3548589-1-l.goehrs@pengutronix.de \
    --to=l.goehrs@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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