Skip to content

Commit

Permalink
lame: add --disable-dependency-tracking to fix universal build
Browse files Browse the repository at this point in the history
Closes Homebrew#19745.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
kunstmusik authored and adamv committed May 12, 2013
1 parent 3733efa commit c83e476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/lame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class Lame < Formula
def install
ENV.universal_binary if build.universal?

system "./configure", "--disable-debug",
system "./configure", "--disable-dependency-tracking",
"--disable-debug",
"--prefix=#{prefix}",
"--enable-nasm"
system "make install"
Expand Down

0 comments on commit c83e476

Please sign in to comment.