package/xorriso: build host variant with zlib support

We will soon use xorriso in the ISO9660 image generation support, and
this requires having zlib support in host-xorriso.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Kory Maincent 2021-09-14 11:34:51 +02:00 committed by Yann E. MORIN
parent e772166ff2
commit 3f71ff5257

View File

@ -12,14 +12,16 @@ XORRISO_LICENSE_FILES = COPYING COPYRIGHT
# Disable everything until we actually need those features, and add the correct # Disable everything until we actually need those features, and add the correct
# host libraries # host libraries
HOST_XORRISO_CONF_OPTS = \ HOST_XORRISO_CONF_OPTS = \
--enable-zlib \
--disable-xattr-h-pref-attr \ --disable-xattr-h-pref-attr \
--disable-zlib \
--disable-libbz2 \ --disable-libbz2 \
--disable-libcdio \ --disable-libcdio \
--disable-libreadline \ --disable-libreadline \
--disable-libedit \ --disable-libedit \
--disable-libacl --disable-libacl
HOST_XORRISO_DEPENDENCIES = host-zlib
# libcdio doesn't make sense for Linux # libcdio doesn't make sense for Linux
# http://lists.gnu.org/archive/html/bug-xorriso/2017-04/msg00004.html # http://lists.gnu.org/archive/html/bug-xorriso/2017-04/msg00004.html
XORRISO_CONF_OPTS = --disable-libcdio XORRISO_CONF_OPTS = --disable-libcdio