libxml2: fix opportunistic linking against liblzma
Fixes Homebrew/homebrew#30126.
This commit is contained in:
parent
31d1e43398
commit
36377c07e3
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ class Libxml2 < Formula
|
|||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--without-python"
|
||||
"--without-python",
|
||||
"--without-lzma"
|
||||
system "make"
|
||||
ENV.deparallelize
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue