From 113b174c5807f76cb14cfed7a8f86a299393666e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 27 Dec 2019 11:44:20 +0100 Subject: Add a small version of liblz4 that can be built in statically Signed-off-by: David Oberhollenzer --- lib/sqfs/comp/lz4/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/sqfs/comp/lz4/README (limited to 'lib/sqfs/comp/lz4/README') diff --git a/lib/sqfs/comp/lz4/README b/lib/sqfs/comp/lz4/README new file mode 100644 index 0000000..4c15347 --- /dev/null +++ b/lib/sqfs/comp/lz4/README @@ -0,0 +1,12 @@ +This source has been extracted from the lz4 release tarball, version 1.9.2 +released on August 20th, 2019. + +The source code originates from the "lib" subdirectory. The license is included +in the subdirectory licenses/LZ4.txt in the tools-ng subdirectory of the +squashfs-tools-ng source package. + +The following modifications have been made: + - Always define LZ4LIB_API and LZ4LIB_STATIC_API to set default visibility to + hidden, so the LZ4 functions aren't exported from libsquashfs. + - Remove the streaming functions and most of the functions that aren't used + by libsquashfs. -- cgit v1.2.3