package/btrfs-progs: disable zoned on host
Disable zoned on host variant to avoid the following build failure since bump to version 5.15.1 in commit20181c3f1b
and7953f4357b
: checking linux/blkzoned.h usability... yes checking linux/blkzoned.h presence... yes checking for linux/blkzoned.h... yes checking for struct blk_zone.capacity... no checking for BLKGETZONESZ defined in linux/blkzoned.h... no configure: error: linux/blkzoned.h does not provide blk_zone.capacity Fixes: - http://autobuild.buildroot.org/results/03235edd829436d784a9b214050cc97584f372fb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
329f71ed30
commit
188f8c836d
@ -41,6 +41,7 @@ HOST_BTRFS_PROGS_DEPENDENCIES = host-util-linux host-lzo host-zlib
|
||||
HOST_BTRFS_PROGS_CONF_OPTS = \
|
||||
--disable-backtrace \
|
||||
--disable-libudev \
|
||||
--disable-zoned \
|
||||
--disable-zstd \
|
||||
--disable-python \
|
||||
--disable-convert
|
||||
|
Loading…
Reference in New Issue
Block a user