[Buildroot] [git commit branch/2020.08.x] package/xorriso: fix host option

Peter Korsgaard peter at korsgaard.com
Mon Nov 16 21:24:00 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=bdd953d1805a2cfb2b53f9183bfa46c729cc77a8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.08.x

--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>
(cherry picked from commit 41236c61b186028dcfef3d71c34cf31ca889b090)
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