spdylay: remove libxml2 dependency
This commit is contained in:
parent
63b7ee0b5c
commit
7ae6549d6d
1 changed files with 5 additions and 4 deletions
|
@ -17,14 +17,15 @@ class Spdylay < Formula
|
|||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libevent" => :recommended
|
||||
depends_on "libxml2"
|
||||
depends_on "libxml2" if MacOS.version <= :lion
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
system "autoreconf -i"
|
||||
system "automake"
|
||||
system "autoconf"
|
||||
if MacOS.version > :lion
|
||||
Formula["libxml2"].stable.stage { (buildpath/"m4").install "libxml.m4" }
|
||||
end
|
||||
|
||||
system "autoreconf", "-fiv"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue