package/xz: fix largefile option

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

Fixes: 25254458bd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine
2024-07-23 22:55:43 +02:00
committed by Thomas Petazzoni
parent 28be64c1e0
commit 380cdf5c95

View File

@@ -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 \