diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-22 08:17:28 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-22 08:17:44 +0100 |
commit | 47e531197b18a0e9806bf8e3a2e69f203f5efd13 (patch) | |
tree | d2cbe1bd24b0427e69287fc9d83de5bd212f4761 /lib/lz4/README | |
parent | 26c72e77a466d6ee6291686fede2d9cfc958474c (diff) |
Get rid of the built-in copy of LZ4
On Linux or BSD distributions we have a native version installed
via package manager. On Windows, we can just build it from source
like the other libraries.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/lz4/README')
-rw-r--r-- | lib/lz4/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/lz4/README b/lib/lz4/README deleted file mode 100644 index 4c15347..0000000 --- a/lib/lz4/README +++ /dev/null @@ -1,12 +0,0 @@ -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. |