Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xz: fix largefile option
@ 2024-07-23 20:55 Fabrice Fontaine
  2024-07-23 21:06 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-07-23 20:55 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Fix typo in --enable-largefile added by commit
25254458bde6befcbf93b746d994f94665741c42

Fixes: 25254458bde6befcbf93b746d994f94665741c42

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/xz/xz.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index e295144ed1..8dfd76f8b9 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -38,7 +38,7 @@ XZ_CONF_OPTS = \
 	--enable-sandbox=auto \
 	--enable-symbol-versions \
 	--enable-rpath \
-	--enable-largfile \
+	--enable-largefile \
 	--enable-unaligned-access=auto \
 	--disable-unsafe-type-punning \
 	--disable-werror \
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-23 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 20:55 [Buildroot] [PATCH 1/1] package/xz: fix largefile option Fabrice Fontaine
2024-07-23 21:06 ` Thomas Petazzoni via buildroot

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