]> git.pld-linux.org Git - packages/squashfs.git/commitdiff
- enable LZMA1 support auto/th/squashfs-4.3-3
authorAdam Osuchowski <adwol@pld-linux.org>
Thu, 25 Feb 2016 17:19:10 +0000 (18:19 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Thu, 25 Feb 2016 17:19:10 +0000 (18:19 +0100)
squashfs.spec

index b07a76b6b73ac4030b559d1be99daac3d48c3d65..0fba4380ccbd86550a6a247664fc32bbd6e6d1bf 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Set of tools which creates squashfs filesystem
 Summary(pl.UTF-8):     Zestaw narzędzi do tworzenia systemu plików squashfs
 Name:          squashfs
 Version:       4.3
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Base/Utilities
 Source0:       http://downloads.sourceforge.net/squashfs/%{name}%{version}.tar.gz
@@ -55,6 +55,7 @@ pamięci i urządzeń blokowych (np. systemach wbudowanych).
 sed -i -e 's/^#XZ_SUPPORT.*=.*/XZ_SUPPORT = 1/'  squashfs-tools/Makefile
 sed -i -e 's/^#LZO_SUPPORT.*=.*/LZO_SUPPORT = 1/' squashfs-tools/Makefile
 sed -i -e 's/^#LZ4_SUPPORT.*=.*/LZ4_SUPPORT = 1/' squashfs-tools/Makefile
+sed -i -e 's/^#LZMA_XZ_SUPPORT.*=.*/LZMA_XZ_SUPPORT = 1/' squashfs-tools/Makefile
 sed -i -e "s/-O2 -Wall/%{rpmcflags}/" squashfs-tools/Makefile
 
 %build
This page took 0.20551 seconds and 4 git commands to generate.