tarsnap: remove options
This commit is contained in:
parent
841d6d9575
commit
ad6939c303
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,6 @@ class Tarsnap < Formula
|
|||
end
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "xz" => :optional
|
||||
|
||||
def install
|
||||
# dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
|
||||
|
@ -37,8 +36,9 @@ class Tarsnap < Formula
|
|||
--prefix=#{prefix}
|
||||
--sysconfdir=#{etc}
|
||||
--with-bash-completion-dir=#{bash_completion}
|
||||
--without-lzma
|
||||
--without-lzmadec
|
||||
]
|
||||
args << "--without-lzma" << "--without-lzmadec" if build.without? "xz"
|
||||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue