Accepting request 975597 from home:elvigia:branches:filesystems

- set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images

OBS-URL: https://build.opensuse.org/request/show/975597
OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfs?expand=0&rev=52
This commit is contained in:
Dirk Mueller 2022-05-16 08:16:12 +00:00 committed by Git OBS Bridge
parent f26d30efe2
commit a851d38ff2
2 changed files with 6 additions and 1 deletions

View File

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

View File

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