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
This commit is contained in:
David Sterba 2015-09-01 09:31:45 +00:00 committed by Git OBS Bridge
parent 55231eb9e8
commit 22325b0c97
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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}