From 52dad7a0ac1dbcd6882edd918396da27719dc90b Mon Sep 17 00:00:00 2001 From: tlk Date: Sun, 24 Feb 2013 20:19:55 +0100 Subject: squashfs: add lzma support Closes #18057. Signed-off-by: Adam Vandenberg --- Library/Formula/squashfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/squashfs.rb b/Library/Formula/squashfs.rb index 76a20a3b7..a255251f4 100644 --- a/Library/Formula/squashfs.rb +++ b/Library/Formula/squashfs.rb @@ -19,7 +19,7 @@ class Squashfs < Formula def install cd 'squashfs-tools' do - system "make XATTR_SUPPORT=0 EXTRA_CFLAGS=-std=gnu89 LZO_SUPPORT=1 LZO_DIR='#{HOMEBREW_PREFIX}' XZ_SUPPORT=1 XZ_DIR='#{HOMEBREW_PREFIX}'" + system "make XATTR_SUPPORT=0 EXTRA_CFLAGS=-std=gnu89 LZO_SUPPORT=1 LZO_DIR='#{HOMEBREW_PREFIX}' XZ_SUPPORT=1 XZ_DIR='#{HOMEBREW_PREFIX}' LZMA_XZ_SUPPORT=1" bin.install %w{mksquashfs unsquashfs} end doc.install %w{ACKNOWLEDGEMENTS CHANGES COPYING INSTALL OLD-READMEs PERFORMANCE.README README README-4.2} -- cgit v1.2.3