Skip to content

Commit

Permalink
mailutils: keep tokyo-cabinet from breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Nov 13, 2016
1 parent b59b36f commit f771359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/mailutils.rb
Expand Up @@ -19,7 +19,8 @@ class Mailutils < Formula

def install
system "./configure", "--disable-mh",
"--prefix=#{prefix}"
"--prefix=#{prefix}",
"--without-tokyocabinet"
system "make", "PYTHON_LIBS=-undefined dynamic_lookup", "install"
end

Expand Down

0 comments on commit f771359

Please sign in to comment.