Files
Francois Perrad b9a8f187e0 package/lzlib: switch to another fork
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>
2026-02-02 11:31:17 +01:00

14 lines
344 B
Makefile

################################################################################
#
# lzlib
#
################################################################################
LZLIB_VERSION = 0.4.1.53-4
LZLIB_SUBDIR = lzlib
LZLIB_LICENSE = MIT
LZLIB_LICENSE_FILES = $(LZLIB_SUBDIR)/lzlib.c
LZLIB_DEPENDENCIES = zlib
$(eval $(luarocks-package))