mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] coreutils: add option to enable xattr handling support
@ 2025-04-09 11:43 Leonard Göhrs
  0 siblings, 0 replies; only message in thread
From: Leonard Göhrs @ 2025-04-09 11:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Leonard Göhrs

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-09 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-09 11:43 [ptxdist] [PATCH] coreutils: add option to enable xattr handling support Leonard Göhrs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox