aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortlk2013-02-24 20:19:55 +0100
committerAdam Vandenberg2013-02-24 12:46:55 -0800
commit52dad7a0ac1dbcd6882edd918396da27719dc90b (patch)
treeab2c6a8a3283aa6b757e9a847ab8070de31adafa
parent7af49035244e5a31c8ac8899078b3e118f22d0b8 (diff)
downloadhomebrew-52dad7a0ac1dbcd6882edd918396da27719dc90b.tar.bz2
squashfs: add lzma support
Closes #18057. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/squashfs.rb2
1 files changed, 1 insertions, 1 deletions
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}