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/sqfs/Makemodule.am | |
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/sqfs/Makemodule.am')
-rw-r--r-- | lib/sqfs/Makemodule.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sqfs/Makemodule.am b/lib/sqfs/Makemodule.am index 40a543d..748794a 100644 --- a/lib/sqfs/Makemodule.am +++ b/lib/sqfs/Makemodule.am @@ -93,11 +93,6 @@ endif if WITH_LZ4 libsquashfs_la_SOURCES += lib/sqfs/comp/lz4.c libsquashfs_la_CPPFLAGS += -DWITH_LZ4 - -if WITH_OWN_LZ4 -libsquashfs_la_CPPFLAGS += -I$(top_srcdir)/lib/lz4 -libsquashfs_la_LIBADD += liblz4.la -endif endif if WITH_ZSTD |