mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
LuaDist and their subprojects are dead LuaDist was based on CMake, so back to luarocks infrastructure different tag scheme, but same source (ie. lzlib.c) this obviously fixes CMake 4 compatibility. Fixes: https://autobuild.buildroot.net/results/c86c19a4b8fc4304244e33d4f132fea8e0043e06/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
config BR2_PACKAGE_LZLIB
|
|
bool "lzlib"
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
This package provides a library to access zlib library
|
|
functions and also to read/write gzip files using an
|
|
interface similar to the base io package.
|
|
|
|
https://github.com/hishamhm/lzlib
|