From 22325b0c97feb6e6f80620e882052cfe66da1da655c1a0abe5eee49810d4766b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 1 Sep 2015 09:31:45 +0000 Subject: [PATCH] Accepting request 328256 from home:lachs0r:branches:filesystems Enable LZ4 support. Forgot to note the changes in previous request (just used the web UI to edit the spec file). Sorry! OBS-URL: https://build.opensuse.org/request/show/328256 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=24 --- squashfs.changes | 5 +++++ squashfs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/squashfs.changes b/squashfs.changes index 0795f8a..00a964d 100644 --- a/squashfs.changes +++ b/squashfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 1 08:23:28 UTC 2015 - 9@cirno.systems + +- Enable LZ4 support + ------------------------------------------------------------------- Fri Mar 6 08:31:28 UTC 2015 - mpluskal@suse.com diff --git a/squashfs.spec b/squashfs.spec index 170f648..6005d69 100644 --- a/squashfs.spec +++ b/squashfs.spec @@ -42,7 +42,7 @@ squashfs images. %build sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile -make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 +make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1 %install mkdir -p %{buildroot}%{_bindir}