Skip to content

Instantly share code, notes, and snippets.

@thepaul
Created November 2, 2011 21:20
Show Gist options
  • Save thepaul/1334965 to your computer and use it in GitHub Desktop.
Save thepaul/1334965 to your computer and use it in GitHub Desktop.
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index 8bd1df1..7e06901 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -14,7 +14,7 @@ class Nmap < Formula
def install
ENV.deparallelize
- args = ["--prefix=#{prefix}", "--without-zenmap"]
+ args = ["--prefix=#{prefix}", "--without-zenmap", "--without-liblua", "CFLAGS=-DNOLUA"]
if MacOS.leopard?
openssl = Formula.factory('openssl')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment