summaryrefslogtreecommitdiff
path: root/homebrew/spdylay/.make.sh-auto
blob: 16ee0e224a85337bdefafadbb11adf6077a2abf9 (plain)
1
2
3
4
5
6
7
8
pkg:setup
if MacOS.version == "10.11" && MacOS::Xcode.version >= "8.0"
ENV["ac_cv_search_clock_gettime"] = "no"
end
Formula["libxml2"].stable.stage { (buildpath/"m4").install "libxml.m4" }
autoreconf -fiv
pkg:configure --disable-dependency-tracking
make DESTDIR=${PKG_DEST} install