package/xorriso: fix host option

--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@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 41236c61b1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020.08.x
Fabrice Fontaine 2020-11-15 22:55:30 +01:00 committed by Peter Korsgaard
parent a357b2be89
commit bdd953d180
1 changed files with 1 additions and 1 deletions

View File

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