Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libarchive: optional support for xz/lzma
Browse files Browse the repository at this point in the history
Closes #28478.
  • Loading branch information
adamv committed Apr 25, 2014
1 parent 2d9c000 commit 0037865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/libarchive.rb
Expand Up @@ -5,6 +5,8 @@ class Libarchive < Formula
url 'http://www.libarchive.org/downloads/libarchive-3.1.2.tar.gz'
sha1 '6a991777ecb0f890be931cec4aec856d1a195489'

depends_on 'xz' => :optional

bottle do
cellar :any
sha1 "0e5d1b4f626533dfa2ff13787c4d43a500f36d93" => :mavericks
Expand All @@ -16,7 +18,6 @@ class Libarchive < Formula

def install
system "./configure", "--prefix=#{prefix}",
"--without-lzma",
"--without-lzo2",
"--without-nettle",
"--without-xml2"
Expand Down

0 comments on commit 0037865

Please sign in to comment.