Skip to content

Commit

Permalink
yaz 5.18.0
Browse files Browse the repository at this point in the history
Closes #6038.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Oct 18, 2016
1 parent 3a5f1f2 commit d380648
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/yaz.rb
@@ -1,8 +1,8 @@
class Yaz < Formula
desc "Toolkit for Z39.50/SRW/SRU clients/servers"
homepage "https://www.indexdata.com/yaz"
url "http://ftp.indexdata.dk/pub/yaz/yaz-5.17.0.tar.gz"
sha256 "9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0"
url "http://ftp.indexdata.dk/pub/yaz/yaz-5.18.0.tar.gz"
sha256 "b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c"

bottle do
cellar :any
Expand All @@ -26,10 +26,6 @@ class Yaz < Formula
def install
ENV.universal_binary if build.universal?

# Fix "malloc_info.c:15:10: fatal error: 'malloc.h' file not found"
# Reported 5 Oct 2016 https://github.com/indexdata/yaz/issues/13
inreplace "src/malloc_info.c", "<malloc.h>", "<malloc/malloc.h>"

system "./buildconf.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
Expand Down

0 comments on commit d380648

Please sign in to comment.