From 14fe36e17f09084d42faee263836270648a2ff39 Mon Sep 17 00:00:00 2001 From: timothykang Date: Mon, 3 Feb 2014 11:49:33 -0800 Subject: nmap: Add build flag '--without-nmap-update' Without SVN installed, running nmap causes it to complain that 'libsvn_client-1.0.dylib' isn't loaded, which the nmap-update component depends on to connect to https://svn.nmap.org/updates to get NSE script updates. Since it looks like https://svn.nmap.org/updates is only accessible to primary nmap developers at the moment, build nmap without nmap-update (rather than add SVN as a dependency). Closes #26386. Signed-off-by: Jack Nagel --- Library/Formula/nmap.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index 1488e3460..f6a580c9d 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -22,6 +22,7 @@ class Nmap < Formula --with-libpcre=included --with-liblua=included --with-openssl=#{Formula.factory("openssl").prefix} + --without-nmap-update --without-zenmap --disable-universal ] -- cgit v1.2.3