snappy: update HEAD build

See 2b9152d9c5
This commit is contained in:
Alex Dunn 2016-03-14 13:37:24 -07:00 committed by Xu Cheng
parent 1413b793cd
commit 83f27cf3bf

View file

@ -27,11 +27,7 @@ class Snappy < Formula
ENV.universal_binary if build.universal?
ENV.j1 if build.stable?
if build.head?
# https://github.com/google/snappy/pull/4
inreplace "autogen.sh", "libtoolize", "glibtoolize"
system "./autogen.sh"
end
system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"