libxml2: run configure only once (#17189)
This commit is contained in:
parent
54661c08cb
commit
595b0abc22
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ class Libxml2 < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
|
||||
def install
|
||||
inreplace "autogen.sh", "libtoolize", "glibtoolize"
|
||||
system "./autogen.sh"
|
||||
system "autoreconf", "-fiv"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--without-python",
|
||||
|
|
Loading…
Reference in a new issue