diff options
Diffstat (limited to 'main/squashfs-tools/APKBUILD')
-rw-r--r-- | main/squashfs-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/squashfs-tools/APKBUILD b/main/squashfs-tools/APKBUILD index 05681d0d0a..2e4be8822e 100644 --- a/main/squashfs-tools/APKBUILD +++ b/main/squashfs-tools/APKBUILD @@ -7,7 +7,7 @@ url="http://squashfs.sourceforge.net" arch="all" license="GPL" depends= -makedepends="zlib-dev xz-dev lzo-dev attr-dev" +makedepends="zlib-dev xz-dev lzo-dev lz4-dev attr-dev" source="http://downloads.sourceforge.net/sourceforge/squashfs/squashfs$pkgver.tar.gz fix-compat.patch vla-overlow.patch @@ -28,7 +28,7 @@ prepare() { build() { cd "$_builddir" - make XZ_SUPPORT=1 LZO_SUPPORT=1 + make XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1 } package() { |