[Buildroot] [git commit branch/next] package/xorriso: fix host option

Peter Korsgaard peter at korsgaard.com
Mon Nov 16 16:16:54 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=41236c61b186028dcfef3d71c34cf31ca889b090
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

--disable-bzip2 is not a recognized option so replace it by
--disable-libbz2 to match the target logic.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/xorriso/xorriso.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 56bf39f764..472623ea5e 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -14,7 +14,7 @@ XORRISO_LICENSE_FILES = COPYING COPYRIGHT
 HOST_XORRISO_CONF_OPTS = \
 	--disable-xattr-h-pref-attr \
 	--disable-zlib \
-	--disable-bzip2 \
+	--disable-libbz2 \
 	--disable-libcdio \
 	--disable-libreadline \
 	--disable-libedit \


More information about the buildroot mailing list