aircrack-ng: use the right compiler

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-03-14 19:40:02 -05:00
parent 0803200bdd
commit 3522b6af68
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class AircrackNg < Formula
"http://standards.ieee.org/regauth/oui/oui.txt",
"http://standards.ieee.org/develop/regauth/oui/oui.txt"
system "make"
system "make", "CC=#{ENV.cc}"
system "make", "prefix=#{prefix}", "mandir=#{man1}", "install"
end