aircrack-ng: use the right compiler
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0803200bdd
commit
3522b6af68
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class AircrackNg < Formula
|
||||||
"http://standards.ieee.org/regauth/oui/oui.txt",
|
"http://standards.ieee.org/regauth/oui/oui.txt",
|
||||||
"http://standards.ieee.org/develop/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"
|
system "make", "prefix=#{prefix}", "mandir=#{man1}", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue