buildroot/package/s390-tools/Config.in
Alexander Egorenkov a5a9dfce5a package/s390-tools: add zlib dependency
zlib is required to build s390-tools and cannot be disabled for now
due to libvmdump.

Fixes:

$BUILD_DIR/host/bin/s390x-buildroot-linux-gnu-g++ ... -c vmdump_convert.cpp -o vmdump_convert.o
lkcd_dump.cpp:15:10: fatal error: zlib.h: No such file or directory
   15 | #include <zlib.h>
      |          ^~~~~~~~
compilation terminated.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-24 22:54:45 +02:00

15 lines
449 B
Plaintext

comment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library"
depends on BR2_s390x
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_S390_TOOLS
bool "s390-tools"
depends on BR2_s390x
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_USES_GLIBC
select BR2_PACKAGE_ZLIB
help
Tools for use with the s390 Linux kernel and device drivers.
https://github.com/ibm-s390-tools/s390-tools