metaproxy: patch for boost 1.69
This commit is contained in:
parent
262cc3b28b
commit
f4a8e5cb3c
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ class Metaproxy < Formula
|
|||
depends_on "boost"
|
||||
depends_on "yazpp"
|
||||
|
||||
# fix build for boost 1.69
|
||||
patch do
|
||||
url "https://github.com/indexdata/metaproxy/commit/186513e6205c6b0216e727907aa9e8d7b162f070.patch?full_index=1"
|
||||
sha256 "69579e45d27de8243f7ea3d7d3d23ef954ba7949995f08c07f7f88e81601fb39"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue