package/xorriso: fix host option
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 15 Nov 2020 21:55:30 +0000 (22:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Nov 2020 16:16:54 +0000 (17:16 +0100)
--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>
package/xorriso/xorriso.mk

index 56bf39f764912dd9e58ba7fe3c4688bd35beb263..472623ea5ee6aa206750a20b7b4606b0a02cd7fe 100644 (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 \