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:
parent
55231eb9e8
commit
22325b0c97
@ -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
|
Fri Mar 6 08:31:28 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ squashfs images.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
|
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
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
|
Loading…
Reference in New Issue
Block a user