Fix nmap/lua conflict
Fixes Homebrew/homebrew#480. Fixes Homebrew/homebrew#321.
This commit is contained in:
parent
efe1d252e0
commit
dc466209b6
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class Nmap <Formula
|
|||
@md5='32d27de32166c02d670bb4a086185886'
|
||||
|
||||
def install
|
||||
ENV.gcc_4_2
|
||||
ENV.deparallelize
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--without-zenmap"
|
||||
|
|
Loading…
Reference in a new issue