forked from pool/squashfs
Accepting request 977466 from filesystems
OBS-URL: https://build.opensuse.org/request/show/977466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squashfs?expand=0&rev=44
This commit is contained in:
commit
f9241b9c23
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 8 04:11:28 UTC 2022 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
- set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 19:51:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -47,7 +47,7 @@ squashfs images.
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
sed -i -e "s|-O2|%{optflags}|" squashfs-tools/Makefile
|
||||
%make_build -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 \
|
||||
%make_build -C squashfs-tools LZMA_XZ_SUPPORT=1 XZ_SUPPORT=1 LZO_SUPPORT=1 \
|
||||
%if %{?suse_version} > 1315
|
||||
LZ4_SUPPORT=1 \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user