tools/liblzo: add `liblzo` library
authorTony Butler <spudz76@gmail.com>
Tue, 29 Nov 2022 01:06:46 +0000 (17:06 -0800)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 16 Jan 2023 23:51:10 +0000 (23:51 +0000)
commit9a8509c2c572a29aec28b6b10da12c5d7a1efba8
treeb02fa0cfbbef4795171bbdfc44865ebcdab14a3b
parent8b12966d20bf10316752b3678d3999f83e564c60
tools/liblzo: add `liblzo` library

prerequisite of upcoming `tools/lzop` addition, and subsequent initramfs
and squashfs cleanups

same as `packages/lzo` modified to be a HOST/tools type build,
and should always be the same version and sources when either one is
bumped

because this (and `packages/lzo`) only provide liblzo and no
executables, use the clearer name `tools/liblzo`

Signed-off-by: Tony Butler <spudz76@gmail.com>
tools/Makefile
tools/liblzo/Makefile [new file with mode: 0644]
tools/liblzo/patches/001-add-cmake-ENABLE-configurables.patch [new file with mode: 0644]