Skip to content

Commit

Permalink
mailutils: remove no-op flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Nov 13, 2016
1 parent 142c569 commit b59b36f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/mailutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ class Mailutils < Formula
patch :DATA

def install
# Python breaks the build (2014-05-01)
# Don't want bin/mu-mh/ directory
system "./configure", "--without-python",
"--disable-mh",
system "./configure", "--disable-mh",
"--prefix=#{prefix}"
system "make", "PYTHON_LIBS=-undefined dynamic_lookup", "install"
end
Expand Down

0 comments on commit b59b36f

Please sign in to comment.