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}